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

/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c83 long double expected_max = isnan(big) ? small : big; local
87 TEST(fmaxf, float, big, small, expected_max);
88 TEST(fmaxf, float, small, big, expected_max);
89 TEST(fmax, double, big, small, expected_max);
90 TEST(fmax, double, small, big, expected_max);
91 TEST(fmaxl, long double, big, small, expected_max);
92 TEST(fmaxl, long double, small, big, expected_max);

Completed in 98 milliseconds