Lines Matching refs:ALL_STD_EXCEPT
91 testall(0.0, 0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
92 testall(1.0, 0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
93 testall(0.0, 1.0, 0.0, 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
94 testall(0.0, 0.0, 1.0, 1.0, ALL_STD_EXCEPT, 0); in test_zeroes()
96 testall(-0.0, 0.0, 0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
97 testall(0.0, -0.0, 0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
98 testall(-0.0, -0.0, 0.0, 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
99 testall(0.0, 0.0, -0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
100 testall(-0.0, -0.0, -0.0, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
102 testall(-0.0, 0.0, -0.0, -0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
103 testall(0.0, -0.0, -0.0, -0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
105 testall(-one, one, one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
106 testall(one, -one, one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
107 testall(-one, -one, -one, rd ? -0.0 : 0.0, ALL_STD_EXCEPT, 0); in test_zeroes()
113 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes()
115 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes()
117 ALL_STD_EXCEPT, FE_INEXACT | FE_UNDERFLOW); in test_zeroes()
124 testall(INFINITY, 1.0, -1.0, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
125 testall(-1.0, INFINITY, 0.0, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
126 testall(0.0, 0.0, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
127 testall(1.0, 1.0, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
128 testall(1.0, 1.0, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
130 testall(INFINITY, -INFINITY, 1.0, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
131 testall(INFINITY, INFINITY, 1.0, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
132 testall(-INFINITY, -INFINITY, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
134 testall(0.0, INFINITY, 1.0, NAN, ALL_STD_EXCEPT, FE_INVALID); in test_infinities()
135 testall(INFINITY, 0.0, -0.0, NAN, ALL_STD_EXCEPT, FE_INVALID); in test_infinities()
138 testall(INFINITY, 0.0, NAN, NAN, ALL_STD_EXCEPT & ~FE_INVALID, 0); in test_infinities()
141 ALL_STD_EXCEPT, FE_INVALID); in test_infinities()
143 ALL_STD_EXCEPT, FE_INVALID); in test_infinities()
145 ALL_STD_EXCEPT, FE_INVALID); in test_infinities()
147 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
148 test(fma, DBL_MAX, DBL_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
150 ALL_STD_EXCEPT, 0); in test_infinities()
151 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
152 test(fma, DBL_MAX, -DBL_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
154 ALL_STD_EXCEPT, 0); in test_infinities()
160 testall(NAN, 0.0, 0.0, NAN, ALL_STD_EXCEPT, 0); in test_nans()
161 testall(1.0, NAN, 1.0, NAN, ALL_STD_EXCEPT, 0); in test_nans()
162 testall(1.0, -1.0, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
163 testall(0.0, 0.0, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
164 testall(NAN, NAN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
167 testall(M_PI, M_PI, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
168 test(fmaf, FLT_MIN, FLT_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
169 test(fma, DBL_MIN, DBL_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
170 test(fmal, LDBL_MIN, LDBL_MIN, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
171 test(fmaf, FLT_MAX, FLT_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
172 test(fma, DBL_MAX, DBL_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
173 test(fmal, LDBL_MAX, LDBL_MAX, NAN, NAN, ALL_STD_EXCEPT, 0); in test_nans()
185 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
187 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
189 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
192 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
198 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
200 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
202 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
205 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
211 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
213 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
215 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
218 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
224 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
226 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
228 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
231 ALL_STD_EXCEPT, FE_INEXACT); in test_small_z()
244 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
246 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
248 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
251 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
257 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
259 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
261 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
264 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
270 -1.0 + FLT_EPSILON / 2, ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
272 -1.0 + DBL_EPSILON / 2, ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
274 -1.0 + LDBL_EPSILON / 2, ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
277 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
283 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
285 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
287 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
290 ALL_STD_EXCEPT, FE_INEXACT); in test_big_z()
301 ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
305 0x1.34e48a78aae96p-18, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
314 ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
319 0x1.34e48a78aae96c76p-18L, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
324 0x1.34e48a78aae96p-18L, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
330 ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
334 0x1.d87da3aafda3fp70, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
343 ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
348 0x1.d87da3aafda3f368p70L, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
353 0x1.d87da3aafda3fp70L, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
359 -0x1.64c27ap+56, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
363 -0x1.64c282b970a5ep+56, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
372 ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
377 -0x1.64c282b970a60298p+56L, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
382 -0x1.64c282b970a5ep+56L, ALL_STD_EXCEPT, FE_INEXACT); in test_accuracy()
389 -0x1.c46ea8p-128, ALL_STD_EXCEPT & ~FE_INEXACT, 0); in test_accuracy()
393 -0x1.71f72ac7d9d8p-159, ALL_STD_EXCEPT & ~FE_INEXACT, 0); in test_accuracy()
402 ALL_STD_EXCEPT & ~FE_INEXACT, 0); in test_accuracy()
407 0x1.af190e7a1ee6ad94p-168L, ALL_STD_EXCEPT & ~FE_INEXACT, 0); in test_accuracy()
412 -0x1.71f72ac7d9d8p-159L, ALL_STD_EXCEPT & ~FE_INEXACT, 0); in test_accuracy()
434 ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()
438 ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()
442 ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()
446 ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()
449 ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()
452 ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()
457 0x1.4000000000000006p+0L, ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()
462 0x1.2000000000000000000000000001p+1L, ALL_STD_EXCEPT, FE_INEXACT); in test_double_rounding()