Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dslow.rs126 let mut real_digits = bigmant; in negative_digit_comp() variables
143 // to either `theor_digits` or `real_digits` as a power of 2 (since it in negative_digit_comp()
163 real_digits.pow(2, (-binary_exp) as u32).unwrap(); in negative_digit_comp()
167 let ord = real_digits.data.cmp(&theor_digits.data); in negative_digit_comp()

Completed in 1 milliseconds