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