Home
last modified time | relevance | path

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

/third_party/musl/src/math/
D__rem_pio2l.c48 invpio2 = 6.36619772367581343076e-01L, /* 0xa2f9836e4e44152a.0p-64 */ variable
62 invpio2 = 6.3661977236758134307553505349005747e-01L, /* 0x145f306dc9c882a53f84eafa3ea6a.0p-113 */ variable
D__rem_pio2f.c39 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
D__rem_pio2.c40 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c48 invpio2 = 6.36619772367581343076e-01L, /* 0xa2f9836e4e44152a.0p-64 */ variable
62 invpio2 = 6.3661977236758134307553505349005747e-01L, /* 0x145f306dc9c882a53f84eafa3ea6a.0p-113 */ variable
D__rem_pio2f.c39 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
D__rem_pio2.c40 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
/third_party/jerryscript/jerry-libm/
Dtrig.c467 #define invpio2 6.36619772367581382433e-01 /* 0x3FE45F30, 0x6DC9C883 */ macro
/third_party/node/deps/v8/src/base/
Dieee754.cc158 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ in __ieee754_rem_pio2() local