Searched refs:log10_e (Results 1 – 2 of 2) sorted by relevance
762 let log10_e = bf16::from_f32(core::f32::consts::LOG10_E); in test_bf16_consts_from_f32() localVariable783 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() localVariable841 assert_eq!(bf16::LOG10_E, log10_e); in test_bf16_consts_from_f64()
1051 let log10_e = f16::from_f32(core::f32::consts::LOG10_E); in test_f16_consts_from_f32() localVariable1072 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() localVariable1132 assert_eq!(f16::LOG10_E, log10_e); in test_f16_consts_from_f64()