Lines Matching +full:0 +full:x40100000
14 #define TwoOverSqrtPiMinusOne 0x1.06eba8214db69p-3
15 #define C 0x1.b0ac16p-1
35 Highest measured error is 1.01 ULPs at 0x1.39956ac43382fp+0. */
41 uint32_t ia = ix & 0x7fffffff; in erf()
45 if (ia < 0x3feb0000) in erf()
48 if (ia < 0x3e300000) in erf()
50 if (ia < 0x00800000) in erf()
60 if (ia < 0x3fe00000) in erf()
62 double r1 = fma (x2, PA[1], PA[0]); in erf()
79 r1n = fma (x2, NA[1], NA[0]); in erf()
83 r1d = fma (x2, DA[0], 1.0); in erf()
91 else if (ia < 0x3ff40000) in erf()
95 r1n = fma (a, NB[1], NB[0]); in erf()
97 r1d = fma (a, DB[0], 1.0); in erf()
113 else if (ia < 0x40000000) in erf()
118 double r1 = fma (a, PC[1], PC[0]); in erf()
143 else if (ia < 0x400a0000) in erf()
148 double r1 = fma (a, PD[1], PD[0]); in erf()
175 else if (ia < 0x40100000) in erf()
180 double r1 = fma (a, PE[1], PE[0]); in erf()
203 else if (ia < 0x4017a000) in erf()
208 double r1 = fma (a, PF[1], PF[0]); in erf()
238 if (unlikely (ia >= 0x7ff00000)) in erf()
251 TEST_INTERVAL (erf, 0, 0xffff000000000000, 10000)
252 TEST_SYM_INTERVAL (erf, 0x1p-1022, 0x1p-26, 40000)
253 TEST_SYM_INTERVAL (erf, 0x1p-26, 0x1p3, 40000)
254 TEST_INTERVAL (erf, 0, inf, 40000)