Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs806 t1 = with_set_low_word(u + v, 0); in powd()
842 let s_h = with_set_low_word(ss, 0); in powd()
857 let t_h: f64 = with_set_low_word(3.0 + s2 + r, 0); in powd()
865 let p_h: f64 = with_set_low_word(u + v, 0); in powd()
872 t1 = with_set_low_word(((z_h + z_l) + i!(DP_H, k as usize)) + t, 0); in powd()
877 let y1: f64 = with_set_low_word(y, 0); in powd()
926 let t: f64 = with_set_low_word(p_l + p_h, 0); in powd()
1233 fn with_set_low_word(f: f64, lo: u32) -> f64 { in with_set_low_word() functions

Completed in 2 milliseconds