Searched refs:get_low_word (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/libm/src/math/ |
D | asin.rs | 42 use super::{fabs, get_high_word, get_low_word, sqrt, with_set_low_word}; 82 lx = get_low_word(x); in asin()
|
D | jn.rs | 37 use super::{cos, fabs, get_high_word, get_low_word, j0, j1, log, sin, sqrt, y0, y1}; 52 lx = get_low_word(x); in jn() 266 lx = get_low_word(x); in yn()
|
D | j0.rs | 57 use super::{cos, fabs, get_high_word, get_low_word, log, sin, sqrt}; 173 lx = get_low_word(x); in y0()
|
D | j1.rs | 57 use super::{cos, fabs, get_high_word, get_low_word, log, sin, sqrt}; 169 lx = get_low_word(x); in y1()
|
D | mod.rs | 327 fn get_low_word(x: f64) -> u32 { in get_low_word() function
|