Home
last modified time | relevance | path

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

/external/rust/crates/minimal-lexical/src/
Dnum.rs138 const MAX_EXPONENT_DISGUISED_FAST_PATH: i32; constant
222 const MAX_EXPONENT_DISGUISED_FAST_PATH: i32 = 17; constant
270 const MAX_EXPONENT_DISGUISED_FAST_PATH: i32 = 37; constant
Dnumber.rs32 && self.exponent <= F::MAX_EXPONENT_DISGUISED_FAST_PATH in is_fast_path()