Searched refs:LARGE_POW5_STEP (Results 1 – 2 of 2) sorted by relevance
90 pub const LARGE_POW5_STEP: u32 = 135; constant
13 use crate::table::{LARGE_POW5, LARGE_POW5_STEP};378 while exp >= LARGE_POW5_STEP { in pow()380 exp -= LARGE_POW5_STEP; in pow()