Searched refs:FLOAT_EXPONENT_BIAS (Results 1 – 1 of 1) sorted by relevance
8 const FLOAT_EXPONENT_BIAS: usize = 127; constant166 let mut ieee_e2 = i32::max(0, e2 + FLOAT_EXPONENT_BIAS as i32 + floor_log2(m2) as i32) as u32; in s2f()181 .wrapping_sub(FLOAT_EXPONENT_BIAS as i32) in s2f()