fmaximuml
long double fmaximuml(long double, long double);
__weak_reference(fmaximum, fmaximuml);
TEST(fmaximuml, long double, big, small, expected_max, rmode);
TEST(fmaximuml, long double, small, big, expected_max, rmode);