Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs60 const IVLN2: f32 = 1.4426950216e+00; in powf() consts
232 v = t * IVLN2_L - w * IVLN2; in powf()
615 const IVLN2: f64 = 1.44269504088896338700e+00; /* 0x3ff71547_652b82fe =1/ln2 */ in powd() consts
805 let v: f64 = t * IVLN2_L - w * IVLN2; in powd()

Completed in 2 milliseconds