Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dbfloat.rs764 let log10_2 = bf16::from_f32(2f32.log10()); in test_bf16_consts_from_f32() localVariable
784 assert_eq!(bf16::LOG10_2, log10_2); in test_bf16_consts_from_f32()
822 let log10_2 = bf16::from_f64(2f64.log10()); in test_bf16_consts_from_f64() localVariable
842 assert_eq!(bf16::LOG10_2, log10_2); in test_bf16_consts_from_f64()
Dbinary16.rs1053 let log10_2 = f16::from_f32(2f32.log10()); in test_f16_consts_from_f32() localVariable
1073 assert_eq!(f16::LOG10_2, log10_2); in test_f16_consts_from_f32()
1113 let log10_2 = f16::from_f64(2f64.log10()); in test_f16_consts_from_f64() localVariable
1133 assert_eq!(f16::LOG10_2, log10_2); in test_f16_consts_from_f64()