Searched refs:ten_to_max (Results 1 – 1 of 1) sorted by relevance
1007 let ten_to_max = 10f32.powi(f16::MAX_10_EXP); in test_f16_consts() localVariable1008 assert!(ten_to_max < f16::MAX.to_f32()); in test_f16_consts()1009 assert!(ten_to_max * 10.0 > f16::MAX.to_f32()); in test_f16_consts()