Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs59 const CP_L: f32 = -1.1736857402e-04; /* 0xb8f623c6 =tail of cp_h */ in powf() consts
298 z_l = CP_L * p_h + p_l * CP + i!(DP_L, k as usize); in powf()
614 const CP_L: f64 = -7.02846165095275826516e-09; /* 0xbe3e2fe0_145b01f5 =tail of cp_h*/ in powd() consts
868 let z_l: f64 = CP_L * p_h + p_l * CP + i!(DP_L, k as usize); in powd()

Completed in 2 milliseconds