Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dpowf.rs37 const LG2_L: f32 = 1.42860654e-06; /* 0x35bfbe8c */ constant
Dpow.rs83 const LG2_L: f64 = -1.90465429995776804525e-09; /* 0xbe205c61_0ca86c39 */ constant
/external/rust/crates/minimal-lexical/src/
Dlibm.rs55 const LG2_L: f32 = 1.42860654e-06; /* 0x35bfbe8c */ in powf() constant
610 const LG2_L: f64 = -1.90465429995776804525e-09; /* 0xbe205c61_0ca86c39 */ in powd() constant