Home
last modified time | relevance | path

Searched refs:x1p_1022 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/libm/src/math/
Dscalbn.rs5 let x1p_1022 = f64::from_bits(0x0010000000000000); // 0x1p-1022 === 2 ^ (-1022) in scalbn() localVariable
22 y *= x1p_1022 * x1p53; in scalbn()
25 y *= x1p_1022 * x1p53; in scalbn()
Derf.rs254 let x1p_1022 = f64::from_bits(0x0010000000000000); in erf() localVariable
255 y = 1.0 - x1p_1022; in erf()
311 let x1p_1022 = f64::from_bits(0x0010000000000000); in erfc() localVariable
313 2.0 - x1p_1022 in erfc()
315 x1p_1022 * x1p_1022 in erfc()