Home
last modified time | relevance | path

Searched refs:invpio2 (Results 1 – 8 of 8) sorted by relevance

/external/trusty/musl/src/math/
D__rem_pio2l.c47 invpio2 = 6.36619772367581343076e-01L, /* 0xa2f9836e4e44152a.0p-64 */ variable
60 invpio2 = 6.3661977236758134307553505349005747e-01L, /* 0x145f306dc9c882a53f84eafa3ea6a.0p-113 */ variable
80 fn = x*invpio2 + toint - toint; in __rem_pio2l()
D__rem_pio2f.c38 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
54 fn = (double_t)x*invpio2 + toint - toint; in __rem_pio2f()
D__rem_pio2.c39 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
121 fn = (double_t)x*invpio2 + toint - toint; in __rem_pio2()
/external/musl/src/math/
D__rem_pio2l.c48 invpio2 = 6.36619772367581343076e-01L, /* 0xa2f9836e4e44152a.0p-64 */ variable
62 invpio2 = 6.3661977236758134307553505349005747e-01L, /* 0x145f306dc9c882a53f84eafa3ea6a.0p-113 */ variable
82 fn = x*invpio2 + toint - toint; in __rem_pio2l()
D__rem_pio2f.c39 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
55 fn = (double_t)x*invpio2 + toint - toint; in __rem_pio2f()
D__rem_pio2.c40 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
122 fn = (double_t)x*invpio2 + toint - toint; in __rem_pio2()
/external/fdlibm/
De_rem_pio2.c75 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
125 n = (int) (t*invpio2+half);
/external/arm-optimized-routines/math/aarch64/sve/
Dtanf.c14 float pio2_1, pio2_2, pio2_3, invpio2; member
35 .pio2_3 = -0x1.ee59dap-50f, .invpio2 = 0x1.45f306p-1f,