Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
Dslow.rs156 let halfradix_exp = -real_exp; in negative_digit_comp() localVariable
157 if halfradix_exp != 0 { in negative_digit_comp()
158 theor_digits.pow(5, halfradix_exp as u32).unwrap(); in negative_digit_comp()