Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dtable_small.rs90 pub const LARGE_POW5_STEP: u32 = 135; constant
Dbigint.rs13 use crate::table::{LARGE_POW5, LARGE_POW5_STEP};
378 while exp >= LARGE_POW5_STEP { in pow()
380 exp -= LARGE_POW5_STEP; in pow()