Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs401 let root_scale = Integer::div_ceil(&extra_bits, &n64); in nth_root() localVariable
449 let root_scale = (extra_bits + 1) / 2; in sqrt() localVariable
490 let root_scale = (extra_bits + 2) / 3; in cbrt() localVariable