Home
last modified time | relevance | path

Searched refs:MAX_EXPONENT (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dnum.rs83 const MAX_EXPONENT: i32; consts
98 const INFINITE_POWER: i32 = Self::MAX_EXPONENT + Self::EXPONENT_BIAS;
213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS; consts
261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS; consts

Completed in 1 milliseconds