Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dslow.rs155 let binary_exp = theor_exp - real_exp; in negative_digit_comp() localVariable
160 if binary_exp > 0 { in negative_digit_comp()
161 theor_digits.pow(2, binary_exp as u32).unwrap(); in negative_digit_comp()
162 } else if binary_exp < 0 { in negative_digit_comp()
163 real_digits.pow(2, (-binary_exp) as u32).unwrap(); in negative_digit_comp()