Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Drounding.rs28 let mantissa_shift = 64 - F::MANTISSA_SIZE - 1; in round() localVariable
31 if -fp.exp >= mantissa_shift { in round()
50 cb(fp, mantissa_shift); in round()
Dbellerophon.rs187 let mantissa_shift = 64 - F::MANTISSA_SIZE - 1; in error_is_accurate() localVariable
192 let extrabits = match fp.exp <= -mantissa_shift { in error_is_accurate()