Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs61 const IVLN2_H: f32 = 1.4426879883e+00; in powf() consts
231 u = IVLN2_H * t; /* IVLN2_H has 16 sig. bits */ in powf()
616 const IVLN2_H: f64 = 1.44269502162933349609e+00; /* 0x3ff71547_60000000 =24b 1/ln2*/ in powd() consts
804 let u: f64 = IVLN2_H * t; /* ivln2_h has 21 sig. bits */ in powd()

Completed in 2 milliseconds