Searched refs:test_invalid (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/lib/msun/tests/ |
| H A D | rem_test.c | 41 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-14.2/crypto/openssl/test/ |
| H A D | pemtest.c | 63 static int test_invalid(void) in test_invalid() function 162 ADD_TEST(test_invalid); in setup_tests()
|
| /freebsd-14.2/contrib/arm-optimized-routines/math/test/ |
| H A D | mathtest.c | 939 test_invalid, /* accidentally not a test */ enumerator 1015 return test_invalid; in runtest() 1536 } else if (res == test_invalid) { in runtests()
|