Searched defs:log10_e (Results 1 – 12 of 12) sorted by relevance
686 let log10_e: f64 = consts::LOG10_E; in test_real_consts() localVariable
704 let log10_e: f32 = consts::LOG10_E; in test_real_consts() localVariable
714 let log10_e: f64 = consts::LOG10_E; in test_real_consts() localVariable
732 let log10_e: f32 = consts::LOG10_E; in test_real_consts() localVariable
1399 let log10_e = bf16::from_f32(core::f32::consts::LOG10_E); in test_bf16_consts_from_f32() localVariable1457 let log10_e = bf16::from_f64(core::f64::consts::LOG10_E); in test_bf16_consts_from_f64() localVariable
1464 let log10_e = f16::from_f32(core::f32::consts::LOG10_E); in test_f16_consts_from_f32() localVariable1524 let log10_e = f16::from_f64(core::f64::consts::LOG10_E); in test_f16_consts_from_f64() localVariable