Symbol: testall1
regress/lib/libm/msun/exponential_test.c
100
testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
104
testall1(NAN, NAN, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
108
testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
112
testall1(-INFINITY, -1.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/exponential_test.c
117
testall1(50000.0, INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_OVERFLOW);
regress/lib/libm/msun/exponential_test.c
122
testall1(-50000.0, -1.0, ALL_STD_EXCEPT, FE_INEXACT);
regress/lib/libm/msun/exponential_test.c
98
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
101
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
102
testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
106
testall1(NAN, NAN, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
110
testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
114
testall1(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID);
regress/lib/libm/msun/logarithm_test.c
116
testall1(-1.5, NAN, ALL_STD_EXCEPT, FE_INVALID);
regress/lib/libm/msun/logarithm_test.c
121
testall1(-1.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO);
regress/lib/libm/msun/logarithm_test.c
168
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
171
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
175
testall1(0.0, 0.0, ALL_STD_EXCEPT, 0);
regress/lib/libm/msun/logarithm_test.c
177
testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0);