Home
last modified time | relevance | path

Searched defs:LG2 (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/libm/src/math/
Dlogf.rs20 const LG2: f32 = 0.40000972152; /* 0xccce13.0p-25 */ constant
Dlog2f.rs22 const LG2: f32 = 0.40000972152; /* 0xccce13.0p-25 */ constant
Dlog1pf.rs19 const LG2: f32 = 0.40000972152; /* 0xccce13.0p-25 */ constant
Dlog10f.rs24 const LG2: f32 = 0.40000972152; /* 0xccce13.0p-25 */ constant
Dlog.rs66 const LG2: f64 = 3.999999999940941908e-01; /* 3FD99999 9997FA04 */ constant
Dlog1p.rs61 const LG2: f64 = 3.999999999940941908e-01; /* 3FD99999 9997FA04 */ constant
Dlog2.rs25 const LG2: f64 = 3.999999999940941908e-01; /* 3FD99999 9997FA04 */ constant
Dlog10.rs27 const LG2: f64 = 3.999999999940941908e-01; /* 3FD99999 9997FA04 */ constant
Dpowf.rs35 const LG2: f32 = 6.9314718246e-01; /* 0x3f317218 */ constant
Dpow.rs81 const LG2: f64 = 6.93147180559945286227e-01; /* 0x3fe62e42_fefa39ef */ constant
/external/rust/crates/minimal-lexical/src/
Dlibm.rs53 const LG2: f32 = 6.9314718246e-01; /* 0x3f317218 */ in powf() constant
608 const LG2: f64 = 6.93147180559945286227e-01; /* 0x3fe62e42_fefa39ef */ in powd() constant