Searched refs:invpio2 (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/math/
H A D__rem_pio2f.c32 * invpio2: 53 bits of 2/pi
38 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
54 fn = (double_t)x*invpio2 + toint - toint;
H A D__rem_pio2l.c34 * invpio2: 64 bits of 2/pi
47 invpio2 = 6.36619772367581343076e-01L, /* 0xa2f9836e4e44152a.0p-64 */ variable
60 invpio2 = 6.3661977236758134307553505349005747e-01L, /* 0x145f306dc9c882a53f84eafa3ea6a.0p-113 */ variable
80 fn = x*invpio2 + toint - toint;
H A D__rem_pio2.c29 * invpio2: 53 bits of 2/pi
39 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
121 fn = (double_t)x*invpio2 + toint - toint;

Completed in 81 milliseconds