Home
last modified time | relevance | path

Searched refs:LOG10_E (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/half/src/
Dbinary16.rs320 pub const LOG10_E: f16 = f16::LOG10_E; constant
762 pub const LOG10_E: f16 = f16(0x36F3u16); constant
1051 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()
Dbfloat.rs453 pub const LOG10_E: bf16 = bf16(0x3EDEu16); constant
762 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()
/external/rust/crates/num-traits/src/
Dfloat.rs2307 LOG10_E,