Searched defs:round_bit (Results 1 – 2 of 2) 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