Searched refs:LARGE_POW5 (Results 1 – 2 of 2) sorted by relevance
74 pub const LARGE_POW5: [u32; 10] = [ constant81 pub const LARGE_POW5: [u64; 5] = [ constant
13 use crate::table::{LARGE_POW5, LARGE_POW5_STEP};379 large_mul(x, &LARGE_POW5)?; in pow()