Lines Matching refs:ALL_STD_EXCEPT

97 	testall0(1.0, 0.0, ALL_STD_EXCEPT, 0);  in ATF_TC_BODY()
98 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
99 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
102 testall0(NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
103 testall1(NAN, NAN, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
106 testall0(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
107 testall1(INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
110 testall0(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
111 testall1(-INFINITY, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
112 testall0(-1.0, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
113 testall1(-1.5, NAN, ALL_STD_EXCEPT, FE_INVALID); in ATF_TC_BODY()
116 testall0(0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY()
117 testall0(-0.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY()
118 testall1(-1.0, -INFINITY, ALL_STD_EXCEPT & ~FE_INEXACT, FE_DIVBYZERO); in ATF_TC_BODY()
133 CHECK_FP_EXCEPTIONS(0, ALL_STD_EXCEPT); in ATF_TC_BODY()
137 CHECK_FP_EXCEPTIONS(0, ALL_STD_EXCEPT); in ATF_TC_BODY()
141 CHECK_FP_EXCEPTIONS(0, ALL_STD_EXCEPT); in ATF_TC_BODY()
155 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
158 test(log, 1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
159 test(logf, 1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
160 test(log2, 1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
161 test(log2f, 1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
162 test(log10, 1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
163 test(log10f, 1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
165 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
167 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
168 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
171 testall0(1.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
172 testall1(0.0, 0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()
174 testall1(-0.0, -0.0, ALL_STD_EXCEPT, 0); in ATF_TC_BODY()