Searched refs:testall0 (Results 1 – 2 of 2) sorted by relevance
| /src/lib/msun/tests/ |
| H A D | exponential_test.c | 76 #define testall0 _testall0 macro 78 #define testall0(x, result, exceptmask, excepts) do { \ macro 95 testall0(0.0, 1.0, ALL_STD_EXCEPT, 0); in run_generic_tests() 97 testall0(-0.0, 1.0, ALL_STD_EXCEPT, 0); in run_generic_tests() 101 testall0(NAN, NAN, ALL_STD_EXCEPT, 0); in run_generic_tests() 105 testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in run_generic_tests() 109 testall0(-INFINITY, 0.0, ALL_STD_EXCEPT, 0); in run_generic_tests() 114 testall0(50000.0, INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_OVERFLOW); in run_generic_tests() 118 testall0(-50000.0, 0.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT); in run_generic_tests()
|
| H A D | logarithm_test.c | 73 #define testall0(x, result, exceptmask, excepts) do { \ macro 99 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 104 testall0(NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 108 testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 112 testall0(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 114 testall0(-1.0, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY() 118 testall0(0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY() 119 testall0(-0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY() 157 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() 169 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY() [all …]
|