Searched refs:bhcomp (Results 1 – 4 of 4) sorted by relevance
4 use super::bhcomp::*;39 bhcomp(b, integer, fraction, mant_exp) in parse_concise_float()
5 use super::bhcomp::*;191 bhcomp(b, integer, fraction, exponent) in fallback_path()
15 mod bhcomp; module
193 pub(crate) fn bhcomp<F>(b: F, integer: &[u8], mut fraction: &[u8], exponent: i32) -> F in bhcomp() function