Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs131 const MIN_EXPONENT_FAST_PATH: i32; constant
220 const MIN_EXPONENT_FAST_PATH: i32 = -10; constant
268 const MIN_EXPONENT_FAST_PATH: i32 = -22; constant
Dnumber.rs31 F::MIN_EXPONENT_FAST_PATH <= self.exponent in is_fast_path()