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

/freebsd-11.0-release/lib/msun/tests/
H A Dexponential_test.c87 #define testall1(x, result, exceptmask, excepts) do { \ macro
98 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
100 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);
104 testall1(NAN, NAN, ALL_STD_EXCEPT, 0);
108 testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
112 testall1(-INFINITY, -1.0, ALL_STD_EXCEPT, 0);
117 testall1(50000.0, INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_OVERFLOW);
122 testall1(-50000.0, -1.0, ALL_STD_EXCEPT, FE_INEXACT);
H A Dlogarithm_test.c95 #define testall1(x, result, exceptmask, excepts) do { \ macro
107 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
108 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);
112 testall1(NAN, NAN, ALL_STD_EXCEPT, 0);
116 testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
120 testall1(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
122 testall1(-1.5, NAN, ALL_STD_EXCEPT, FE_INVALID);
127 testall1(-1.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
177 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
180 testall1(0.
[all...]

Completed in 54 milliseconds