Searched refs:one_plus_epsilon (Results 1 – 1 of 1) sorted by relevance
980 let one_plus_epsilon = f16::from_bits(one.to_bits() + 1); in test_f16_consts() localVariable981 let epsilon = f16::from_f32(one_plus_epsilon.to_f32() - 1.0); in test_f16_consts()