Searched refs:x1p25f (Results 1 – 2 of 2) sorted by relevance
28 let x1p25f = f32::from_bits(0x4c000000); // 0x1p25f === 2 ^ 25 in log2f() localVariable56 x *= x1p25f; in log2f()
30 let x1p25f = f32::from_bits(0x4c000000); // 0x1p25f === 2 ^ 25 in log10f() localVariable59 x *= x1p25f; in log10f()