Searched refs:ten_to_min32 (Results 1 – 1 of 1) sorted by relevance
1011 let ten_to_min32 = 10f64.powi(core::f32::MIN_10_EXP); in test_f16_consts() localVariable1012 assert!(ten_to_min32 / 10.0 < f64::from(core::f32::MIN_POSITIVE)); in test_f16_consts()1013 assert!(ten_to_min32 > f64::from(core::f32::MIN_POSITIVE)); in test_f16_consts()