Searched refs:MIN_10_EXP (Results 1 – 3 of 3) sorted by relevance
173 pub const MIN_10_EXP: i32 = f16::MIN_10_EXP; constant711 pub const MIN_10_EXP: i32 = -4; constant1004 let ten_to_min = 10f32.powi(f16::MIN_10_EXP); in test_f16_consts()1011 let ten_to_min32 = 10f64.powi(core::f32::MIN_10_EXP); in test_f16_consts()
402 pub const MIN_10_EXP: i32 = -37; constant
87 - Corrected values of constants `EPSILON`, `MAX_10_EXP`, `MAX_EXP`, `MIN_10_EXP`, and `MIN_EXP`