Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Drem_test.c41 static void test_invalid(long double, long double);
55 test_invalid(0.0, 0.0); in ATF_TC_BODY()
56 test_invalid(1.0, 0.0); in ATF_TC_BODY()
57 test_invalid(INFINITY, 0.0); in ATF_TC_BODY()
58 test_invalid(INFINITY, 1.0); in ATF_TC_BODY()
59 test_invalid(-INFINITY, 1.0); in ATF_TC_BODY()
60 test_invalid(NAN, 1.0); in ATF_TC_BODY()
61 test_invalid(1.0, NAN); in ATF_TC_BODY()
106 test_invalid(long double x, long double y) in test_invalid() function
/freebsd/crypto/openssl/test/
H A Dpemtest.c63 static int test_invalid(void) in test_invalid() function
160 ADD_TEST(test_invalid); in setup_tests()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c940 test_invalid, /* accidentally not a test */ enumerator
1016 return test_invalid; in runtest()
1537 } else if (res == test_invalid) { in runtests()