Searched refs:LOG10_E (Results 1 – 3 of 3) sorted by relevance
320 pub const LOG10_E: f16 = f16::LOG10_E; constant762 pub const LOG10_E: f16 = f16(0x36F3u16); constant1051 let log10_e = f16::from_f32(core::f32::consts::LOG10_E); in test_f16_consts_from_f32()1072 assert_eq!(f16::LOG10_E, log10_e); in test_f16_consts_from_f32()1111 let log10_e = f16::from_f64(core::f64::consts::LOG10_E); in test_f16_consts_from_f64()1132 assert_eq!(f16::LOG10_E, log10_e); in test_f16_consts_from_f64()
453 pub const LOG10_E: bf16 = bf16(0x3EDEu16); constant762 let log10_e = bf16::from_f32(core::f32::consts::LOG10_E); in test_bf16_consts_from_f32()783 assert_eq!(bf16::LOG10_E, log10_e); in test_bf16_consts_from_f32()820 let log10_e = bf16::from_f64(core::f64::consts::LOG10_E); in test_bf16_consts_from_f64()841 assert_eq!(bf16::LOG10_E, log10_e); in test_bf16_consts_from_f64()
2307 LOG10_E,