Home
last modified time | relevance | path

Searched refs:pio2_1t (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libm/math/
Dsf_rem_pio2.c74 pio2_1t = 1.0804334124e-05, /* 0x37354443 */ variable
100 y[0] = z - pio2_1t; in __rem_pio2f()
101 y[1] = (z - y[0]) - pio2_1t; in __rem_pio2f()
111 y[0] = z + pio2_1t; in __rem_pio2f()
112 y[1] = (z - y[0]) + pio2_1t; in __rem_pio2f()
126 w = fn * pio2_1t; /* 1st round good to 40 bit */ in __rem_pio2f()
Ds_rem_pio2.c66 pio2_1t = _F_64(6.07710050650619224932e-11), /* 0x3DD0B461, 0x1A626331 */ variable
93 y[0] = z - pio2_1t; in __rem_pio2()
94 y[1] = (z - y[0]) - pio2_1t; in __rem_pio2()
104 y[0] = z + pio2_1t; in __rem_pio2()
105 y[1] = (z - y[0]) + pio2_1t; in __rem_pio2()
119 w = fn * pio2_1t; /* 1st round good to 85 bit */ in __rem_pio2()
/picolibc-latest/newlib/libm/ld/ld80/
De_rem_pio2l.h56 #define pio2_1t ((long double)pio2_1thi + (long double)pio2_1tlo) macro
62 pio2_1t = -1.07463465549719416346e-12L, /* -0x973dcb3b399d747f.0p-103 */ variable
94 w = fn*pio2_1t; /* 1st round good to 102 bit */ in __ieee754_rem_pio2l()
/picolibc-latest/newlib/libm/ld/ld128/
De_rem_pio2l.h49 pio2_1t = 2.0222662487959507323996846200947577e-21L, /* 0x13198a2e03707344a4093822299f3.0p-181 */ variable
83 w = fn*pio2_1t; /* 1st round good to 180 bit */ in __ieee754_rem_pio2l()