Home
last modified time | relevance | path

Searched refs:INV_PIO2 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/libm/src/math/
Drem_pio2f.rs24 const INV_PIO2: f64 = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ constant
46 let f_n = x64 * INV_PIO2 + TOINT - TOINT; in rem_pio2f()
Drem_pio2.rs26 const INV_PIO2: f64 = 6.36619772367581382433e-01; /* 0x3FE45F30, 0x6DC9C883 */ constant
53 let f_n = x as f64 * INV_PIO2 + TO_INT - TO_INT; in rem_pio2()