Searched refs:pow_fast_path (Results 1 – 2 of 2) sorted by relevance
62 value / unsafe { F::pow_fast_path((-self.exponent) as _) } in try_fast_path()65 value * unsafe { F::pow_fast_path(self.exponent as _) } in try_fast_path()77 F::from_u64(mantissa) * unsafe { F::pow_fast_path(max_exponent as _) } in try_fast_path()
152 unsafe fn pow_fast_path(exponent: usize) -> Self; in pow_fast_path() method225 unsafe fn pow_fast_path(exponent: usize) -> Self { in pow_fast_path() method273 unsafe fn pow_fast_path(exponent: usize) -> Self { in pow_fast_path() method