Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/msun/tests/
HDfmaxmin_test.c61 long double expected_min = isnan(small) ? big : small; in testall_r() local
68 TEST(fminf, float, big, small, expected_min, rmode); in testall_r()
69 TEST(fminf, float, small, big, expected_min, rmode); in testall_r()
70 TEST(fmin, double, big, small, expected_min, rmode); in testall_r()
71 TEST(fmin, double, small, big, expected_min, rmode); in testall_r()
72 TEST(fminl, long double, big, small, expected_min, rmode); in testall_r()
73 TEST(fminl, long double, small, big, expected_min, rmode); in testall_r()