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

/freebsd-12-stable/lib/msun/tests/
H A Drem_test.c43 static void test_invalid(long double, long double);
60 test_invalid(0.0, 0.0);
61 test_invalid(1.0, 0.0);
62 test_invalid(INFINITY, 0.0);
63 test_invalid(INFINITY, 1.0);
64 test_invalid(-INFINITY, 1.0);
65 test_invalid(NAN, 1.0);
66 test_invalid(1.0, NAN);
111 test_invalid(long double x, long double y) function

Completed in 101 milliseconds