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/
H A Dtable_small.rs90 pub const LARGE_POW5_STEP: u32 = 135; consts
H A 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()

Completed in 2 milliseconds