Searched refs:int_pow_fast_path (Results 1 – 4 of 4) sorted by relevance
71 let int_power = unsafe { F::int_pow_fast_path(shift as usize, 10) }; in try_fast_path()
210 let small_power = unsafe { f64::int_pow_fast_path($counter, 10) };225 let small_power = unsafe { f64::int_pow_fast_path($counter, 10) };
160 unsafe fn int_pow_fast_path(exponent: usize, radix: u32) -> u64 { in int_pow_fast_path() method
398 let small_power = unsafe { f64::int_pow_fast_path(exp as usize, 5) }; in pow()