Searched refs:mantissa_exponent (Results 1 – 3 of 3) sorted by relevance
173 mantissa_exponent: i32, in fallback_path()180 let (fp, valid) = moderate_path::<F>(mantissa, mantissa_exponent, truncated); in fallback_path()
44 pub(crate) fn mantissa_exponent(exponent: i32, fraction_digits: usize, truncated: usize) -> i32 { in mantissa_exponent() function
72 let mant_exp = mantissa_exponent(exponent, fraction.len(), truncated); in parse_truncated_float()