Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs8 use crate::table::{SMALL_F32_POW10, SMALL_F64_POW10, SMALL_INT_POW10, SMALL_INT_POW5};
164 5 => unsafe { *SMALL_INT_POW5.get_unchecked(exponent) }, in int_pow_fast_path()
Dtable_small.rs7 pub const SMALL_INT_POW5: [u64; 28] = [ constant