Searched defs:log10_2 (Results 1 – 3 of 3) sorted by relevance
1401 let log10_2 = bf16::from_f32(2f32.log10()); in test_bf16_consts_from_f32() localVariable1459 let log10_2 = bf16::from_f64(2f64.log10()); in test_bf16_consts_from_f64() localVariable
1466 let log10_2 = f16::from_f32(2f32.log10()); in test_f16_consts_from_f32() localVariable1526 let log10_2 = f16::from_f64(2f64.log10()); in test_f16_consts_from_f64() localVariable
516 double invln10, log10_2; member