Searched refs:x1p64 (Results 1 – 3 of 3) sorted by relevance
7 let x1p64 = f64::from_bits(0x43f0000000000000); in frexp() localVariable8 let (x, e) = frexp(x * x1p64); in frexp()
7 let x1p64 = f32::from_bits(0x5f800000); in frexpf() localVariable8 let (x, e) = frexpf(x * x1p64); in frexpf()
111 ; CHECK-NEXT: f32.const $push[[LIMIT:[0-9]+]]=, 0x1p64{{$}}151 ; CHECK-NEXT: f64.const $push[[LIMIT:[0-9]+]]=, 0x1p64{{$}}