Searched refs:digits32 (Results 1 – 1 of 1) sorted by relevance
975 let digits32 = ((core::f32::MANTISSA_DIGITS as f32 - 1.0) * 2f32.log10()).floor() as u32; in test_f16_consts() localVariable976 assert_eq!(core::f32::DIGITS, digits32); in test_f16_consts()