Symbol: testall0
regress/lib/libm/msun/exponential_test.c
103
testall0(NAN, NAN, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
107
testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
111
testall0(-INFINITY, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
116
testall0(50000.0, INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_OVERFLOW);
regress/lib/libm/msun/exponential_test.c
120
testall0(-50000.0, 0.0, ALL_STD_EXCEPT, FE_UNDERFLOW | FE_INEXACT);
regress/lib/libm/msun/exponential_test.c
97
testall0(0.0, 1.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
99
testall0(-0.0, 1.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
100
testall0(1.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
105
testall0(NAN, NAN, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
109
testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
113
testall0(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
regress/lib/libm/msun/logarithm_test.c
115
testall0(-1.0, NAN, ALL_STD_EXCEPT, FE_INVALID);
regress/lib/libm/msun/logarithm_test.c
119
testall0(0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
regress/lib/libm/msun/logarithm_test.c
120
testall0(-0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
regress/lib/libm/msun/logarithm_test.c
158
testall0(1.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
170
testall0(1.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
174
testall0(1.0, 0.0, ALL_STD_EXCEPT, 0);