Searched defs:N_POWERS_OF_FIVE (Results 1 - 1 of 1) sorted by relevance
| /third_party/rust/crates/minimal-lexical/src/ | ||
| H A D | table_lemire.rs | 17 pub const N_POWERS_OF_FIVE: usize = (LARGEST_POWER_OF_FIVE - SMALLEST_POWER_OF_FIVE + 1) as usize; consts |
Completed in 2 milliseconds