Searched defs:round_bit (Results 1 – 2 of 2) sorted by relevance
12 let round_bit = 0x0000_8000u32; in f32_to_bf16() localVariable65 let round_bit = 1 << (13 - half_exp); in f64_to_bf16() localVariable77 let round_bit = 0x0000_1000u32; in f64_to_bf16() localVariable
182 let round_bit = 1 << (13 - half_exp); in f32_to_f16_fallback() localVariable194 let round_bit = 0x0000_1000u32; in f32_to_f16_fallback() localVariable248 let round_bit = 1 << (10 - half_exp); in f64_to_f16_fallback() localVariable260 let round_bit = 0x0000_0200u32; in f64_to_f16_fallback() localVariable