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

/openbsd-current/lib/libm/src/
H A De_rem_pio2.c32 * invpio2: 53 bits of 2/pi
45 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable
92 n = (int32_t) (t*invpio2+half);
H A De_rem_pio2f.c65 * invpio2: 24 bits of 2/pi
78 invpio2 = 6.3661980629e-01, /* 0x3f22f984 */ variable
124 n = (int32_t) (t*invpio2+half);

Completed in 108 milliseconds