Searched refs:one_plus_epsilon32 (Results 1 – 1 of 1) sorted by relevance
984 let one_plus_epsilon32 = f32::from_bits(1.0f32.to_bits() + 1); in test_f16_consts() localVariable985 let epsilon32 = one_plus_epsilon32 - 1f32; in test_f16_consts()