Home
last modified time | relevance | path

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

/src/lib/msun/tests/
H A Dlogarithm_test.c86 #define testall1(x, result, exceptmask, excepts) do { \ macro
100 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
101 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
105 testall1(NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
109 testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
113 testall1(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
115 testall1(-1.5, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
120 testall1(-1.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY()
167 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
170 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
[all …]
H A Dexponential_test.c85 #define testall1(x, result, exceptmask, excepts) do { \ macro
96 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in run_generic_tests()
98 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0); in run_generic_tests()
102 testall1(NAN, NAN, ALL_STD_EXCEPT, 0); in run_generic_tests()
106 testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in run_generic_tests()
110 testall1(-INFINITY, -1.0, ALL_STD_EXCEPT, 0); in run_generic_tests()
115 testall1(50000.0, INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_OVERFLOW); in run_generic_tests()
120 testall1(-50000.0, -1.0, ALL_STD_EXCEPT, FE_INEXACT); in run_generic_tests()