Home
last modified time | relevance | path

Searched defs:LG2_H (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libm/src/math/
Dpowf.rs36 const LG2_H: f32 = 6.93145752e-01; /* 0x3f317200 */ constant
Dpow.rs82 const LG2_H: f64 = 6.93147182464599609375e-01; /* 0x3fe62e43_00000000 */ constant
/external/rust/crates/minimal-lexical/src/
Dlibm.rs54 const LG2_H: f32 = 6.93145752e-01; /* 0x3f317200 */ in powf() constant
609 const LG2_H: f64 = 6.93147182464599609375e-01; /* 0x3fe62e43_00000000 */ in powd() constant