Searched refs:int_power (Results 1 – 1 of 1) sorted by relevance
71 let int_power = unsafe { F::int_pow_fast_path(shift as usize, 10) }; in try_fast_path() localVariable72 let mantissa = self.mantissa.checked_mul(int_power)?; in try_fast_path()