Home
last modified time | relevance | path

Searched defs:small_power (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/minimal-lexical/src/
Dslow.rs210 let small_power = unsafe { f64::int_pow_fast_path($counter, 10) }; localVariable
225 let small_power = unsafe { f64::int_pow_fast_path($counter, 10) }; localVariable
Dbigint.rs398 let small_power = unsafe { f64::int_pow_fast_path(exp as usize, 5) }; in pow() localVariable