Lines Matching refs:one
84 static volatile double one = 1.0; variable
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()
184 test(fmaf, one, one, 0x1.0p-100, 1.0 + FLT_EPSILON, in test_small_z()
186 test(fma, one, one, 0x1.0p-200, 1.0 + DBL_EPSILON, in test_small_z()
188 test(fmal, one, one, 0x1.0p-200, 1.0 + LDBL_EPSILON, in test_small_z()
191 testall(0x1.0p100, one, 0x1.0p-100, 0x1.0p100, in test_small_z()
197 test(fmaf, -one, one, -0x1.0p-100, -(1.0 + FLT_EPSILON), in test_small_z()
199 test(fma, -one, one, -0x1.0p-200, -(1.0 + DBL_EPSILON), in test_small_z()
201 test(fmal, -one, one, -0x1.0p-200, -(1.0 + LDBL_EPSILON), in test_small_z()
204 testall(0x1.0p100, -one, -0x1.0p-100, -0x1.0p100, in test_small_z()
210 test(fmaf, one, one, -0x1.0p-100, 1.0 - FLT_EPSILON / 2, in test_small_z()
212 test(fma, one, one, -0x1.0p-200, 1.0 - DBL_EPSILON / 2, in test_small_z()
214 test(fmal, one, one, -0x1.0p-200, 1.0 - LDBL_EPSILON / 2, in test_small_z()
217 testall(0x1.0p100, one, -0x1.0p-100, 0x1.0p100, in test_small_z()
223 test(fmaf, -one, one, 0x1.0p-100, -1.0 + FLT_EPSILON / 2, in test_small_z()
225 test(fma, -one, one, 0x1.0p-200, -1.0 + DBL_EPSILON / 2, in test_small_z()
227 test(fmal, -one, one, 0x1.0p-200, -1.0 + LDBL_EPSILON / 2, in test_small_z()
230 testall(-0x1.0p100, one, 0x1.0p-100, -0x1.0p100, in test_small_z()