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

/freebsd-11.0-release/lib/msun/tests/
H A Dexponential_test.c78 #define testall0 _testall0 macro
80 #define testall0(x, result, exceptmask, excepts) do { \ macro
97 testall0(0.0, 1.0, ALL_STD_EXCEPT, 0);
99 testall0(-0.0, 1.0, ALL_STD_EXCEPT, 0);
103 testall0(NAN, NAN, ALL_STD_EXCEPT, 0);
107 testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
111 testall0(-INFINITY, 0.0, ALL_STD_EXCEPT, 0);
116 testall0(50000.0, INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_OVERFLOW);
120 testall0(-50000.0, 0.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT);
H A Dlogarithm_test.c82 #define testall0(x, result, exceptmask, excepts) do { \ macro
106 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0);
111 testall0(NAN, NAN, ALL_STD_EXCEPT, 0);
115 testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
119 testall0(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
121 testall0(-1.0, NAN, ALL_STD_EXCEPT, FE_INVALID);
125 testall0(0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
126 testall0(-0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
167 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0);
179 testall0(1.
[all...]

Completed in 87 milliseconds