Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs37 const DP_H: [f32; 2] = [0.0, 5.84960938e-01]; /* 0x3f15c000 */ in powf() consts
301 t1 = ((z_h + z_l) + i!(DP_H, k as usize)) + t; in powf()
304 t2 = z_l - (((t1 - t) - i!(DP_H, k as usize)) - z_h); in powf()
590 const DP_H: [f64; 2] = [0.0, 5.84962487220764160156e-01]; /* 0x3fe2b803_40000000 */ in powd() consts
872 t1 = with_set_low_word(((z_h + z_l) + i!(DP_H, k as usize)) + t, 0); in powd()
873 t2 = z_l - (((t1 - t) - i!(DP_H, k as usize)) - z_h); in powd()

Completed in 2 milliseconds