Symbol: testall1
lib/msun/tests/exponential_test.c
102
testall1(NAN, NAN, ALL_STD_EXCEPT, 0);
lib/msun/tests/exponential_test.c
106
testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
lib/msun/tests/exponential_test.c
110
testall1(-INFINITY, -1.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/exponential_test.c
115
testall1(50000.0, INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_OVERFLOW);
lib/msun/tests/exponential_test.c
120
testall1(-50000.0, -1.0, ALL_STD_EXCEPT, FE_INEXACT);
lib/msun/tests/exponential_test.c
96
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/exponential_test.c
98
testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
100
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
101
testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
105
testall1(NAN, NAN, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
109
testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
113
testall1(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
lib/msun/tests/logarithm_test.c
115
testall1(-1.5, NAN, ALL_STD_EXCEPT, FE_INVALID);
lib/msun/tests/logarithm_test.c
120
testall1(-1.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
lib/msun/tests/logarithm_test.c
167
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
170
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
174
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
lib/msun/tests/logarithm_test.c
176
testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);