Home
last modified time | relevance | path

Searched refs:ln_10 (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/half/src/
Dbfloat.rs760 let ln_10 = bf16::from_f32(core::f32::consts::LN_10); in test_bf16_consts_from_f32() localVariable
781 assert_eq!(bf16::LN_10, ln_10); in test_bf16_consts_from_f32()
818 let ln_10 = bf16::from_f64(core::f64::consts::LN_10); in test_bf16_consts_from_f64() localVariable
839 assert_eq!(bf16::LN_10, ln_10); in test_bf16_consts_from_f64()
Dbinary16.rs1049 let ln_10 = f16::from_f32(core::f32::consts::LN_10); in test_f16_consts_from_f32() localVariable
1070 assert_eq!(f16::LN_10, ln_10); in test_f16_consts_from_f32()
1109 let ln_10 = f16::from_f64(core::f64::consts::LN_10); in test_f16_consts_from_f64() localVariable
1130 assert_eq!(f16::LN_10, ln_10); in test_f16_consts_from_f64()