Home
last modified time | relevance | path

Searched defs:x1p63 (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/libm/src/math/
Dfma.rs14 let x1p63: f64 = f64::from_bits(0x43e0000000000000); // 0x1p63 === 2 ^ 63 in normalize() localVariable
56 let x1p63: f64 = f64::from_bits(0x43e0000000000000); // 0x1p63 === 2 ^ 63 in fma() localVariable