pub(crate) fn convert_hexf64( negative: bool, mantissa: u64, exponent: isize, ) -> Result<f64, ParseHexfError>