Searched defs:round_bit (Results 1 – 5 of 5) sorted by relevance
17 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable72 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable84 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
332 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable344 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable400 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable412 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable
153 T round_bit = FXRep::EPS() << (FXRep::FRACTION_LEN - n - 1); in round() local
272 bool round_bit = !(mantissa & round_mask).is_zero(); in fast_as() local
818 bool round_bit = static_cast<bool>(mantissa & round_bit_mask); in binary_exp_to_float() local