Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dnum.rs125 const SMALLEST_POWER_OF_TEN: i32; constant
218 const SMALLEST_POWER_OF_TEN: i32 = -65; constant
266 const SMALLEST_POWER_OF_TEN: i32 = -342; constant
Dlemire.rs59 if w == 0 || q < F::SMALLEST_POWER_OF_TEN { in compute_float()