Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs81 const DENORMAL_EXPONENT: i32; constant
212 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS; constant
260 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS; constant
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
Dto_toml.py104 DENORMAL_EXPONENT = np.int32(1 - EXPONENT_BIAS) variable in Float32
118 DENORMAL_EXPONENT = np.int32(1 - EXPONENT_BIAS) variable in Float64