Searched refs:expected_max (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/msun/tests/
H A Dfmaxmin_test.c69 long double expected_max = isnan(big) ? small : big; local
73 TEST(fmaxf, float, big, small, expected_max);
74 TEST(fmaxf, float, small, big, expected_max);
75 TEST(fmax, double, big, small, expected_max);
76 TEST(fmax, double, small, big, expected_max);
77 TEST(fmaxl, long double, big, small, expected_max);
78 TEST(fmaxl, long double, small, big, expected_max);

Completed in 112 milliseconds