Home
last modified time | relevance | path

Searched refs:x1p64 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libm/src/math/
Dfrexp.rs7 let x1p64 = f64::from_bits(0x43f0000000000000); in frexp() localVariable
8 let (x, e) = frexp(x * x1p64); in frexp()
Dfrexpf.rs7 let x1p64 = f32::from_bits(0x5f800000); in frexpf() localVariable
8 let (x, e) = frexpf(x * x1p64); in frexpf()
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dconv-trap.ll111 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p64{{$}}
151 ; CHECK-NEXT: f64.const $push[[LIMIT:[0-9]+]]=, 0x1p64{{$}}