Home
last modified time | relevance | path

Searched refs:pow_fast_path (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/minimal-lexical/src/
Dnumber.rs62 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()
Dnum.rs152 unsafe fn pow_fast_path(exponent: usize) -> Self; in pow_fast_path() method
225 unsafe fn pow_fast_path(exponent: usize) -> Self { in pow_fast_path() method
273 unsafe fn pow_fast_path(exponent: usize) -> Self { in pow_fast_path() method