Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs836 ax = with_set_high_word(ax, ix as u32); in powd()
845 let t_h: f64 = with_set_high_word( in powd()
918 let t: f64 = with_set_high_word(0.0, (n & !(0x000fffff >> k)) as u32); in powd()
942 z = with_set_high_word(z, j as u32); in powd()
1225 fn with_set_high_word(f: f64, hi: u32) -> f64 { in with_set_high_word() functions

Completed in 2 milliseconds