Searched refs:ten_to_min (Results 1 – 1 of 1) sorted by relevance
1004 let ten_to_min = 10f32.powi(f16::MIN_10_EXP); in test_f16_consts() localVariable1005 assert!(ten_to_min / 10.0 < f16::MIN_POSITIVE.to_f32()); in test_f16_consts()1006 assert!(ten_to_min > f16::MIN_POSITIVE.to_f32()); in test_f16_consts()