Searched defs:small_power (Results 1 – 2 of 2) sorted by relevance
210 let small_power = unsafe { f64::int_pow_fast_path($counter, 10) }; localVariable225 let small_power = unsafe { f64::int_pow_fast_path($counter, 10) }; localVariable
398 let small_power = unsafe { f64::int_pow_fast_path(exp as usize, 5) }; in pow() localVariable