Home
last modified time | relevance | path

Searched defs:MAX_EXPONENT (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs83 const MAX_EXPONENT: i32; constant
213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS; constant
261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS; constant