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

/freebsd-10.2-release/tools/regression/lib/msun/
H A Dtest-fmaxmin.c70 long double expected_min = isnan(small) ? big : small; local
79 TEST(fminf, float, big, small, expected_min);
80 TEST(fminf, float, small, big, expected_min);
81 TEST(fmin, double, big, small, expected_min);
82 TEST(fmin, double, small, big, expected_min);
83 TEST(fminl, long double, big, small, expected_min);
84 TEST(fminl, long double, small, big, expected_min);

Completed in 95 milliseconds