Searched refs:pio2_1t (Results 1 – 3 of 3) sorted by relevance
41 pio2_1t = 6.07710050650619224932e-11, /* 0x3DD0B461, 0x1A626331 */ variable64 y[0] = z - pio2_1t; in __rem_pio2()65 y[1] = (z-y[0]) - pio2_1t; in __rem_pio2()69 y[0] = z + pio2_1t; in __rem_pio2()70 y[1] = (z-y[0]) + pio2_1t; in __rem_pio2()76 y[0] = z - 2*pio2_1t; in __rem_pio2()77 y[1] = (z-y[0]) - 2*pio2_1t; in __rem_pio2()81 y[0] = z + 2*pio2_1t; in __rem_pio2()82 y[1] = (z-y[0]) + 2*pio2_1t; in __rem_pio2()93 y[0] = z - 3*pio2_1t; in __rem_pio2()[all …]
40 pio2_1t = 1.58932547735281966916e-08; /* 0x3E5110b4, 0x611A6263 */ variable56 *y = x - fn*pio2_1 - fn*pio2_1t; in __rem_pio2f()
48 pio2_1t = -1.07463465549719416346e-12L, /* -0x973dcb3b399d747f.0p-103 */ variable62 pio2_1t = 2.0222662487959507323996846200947577e-21L, /* 0x13198a2e03707344a4093822299f3.0p-181 */ variable83 w = fn*pio2_1t; /* 1st round good to 102/180 bits (ld80/ld128) */ in __rem_pio2l()