Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs134 const MAX_EXPONENT_FAST_PATH: i32; constant
221 const MAX_EXPONENT_FAST_PATH: i32 = 10; constant
269 const MAX_EXPONENT_FAST_PATH: i32 = 22; constant
Dnumber.rs56 let max_exponent = F::MAX_EXPONENT_FAST_PATH; in try_fast_path()