Searched defs:log10_2 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | sv_exp10f_1u5.c | 21 float shift, log10_2, log2_10_hi, log2_10_lo, special_bound; member
|
H A D | sv_exp10_1u5.c | 18 double shift, log10_2, log2_10_hi, log2_10_lo, scale_thres, special_bound; member
|
H A D | v_log10_2u5.c | 20 float64x2_t invln10, log10_2, ln2; member
|
H A D | v_exp10_2u.c | 21 float64x2_t log10_2, log2_10_hi, log2_10_lo, shift; member
|
H A D | math_config.h | 543 double invln10, log10_2; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/ |
D | bfloat.rs | 1401 let log10_2 = bf16::from_f32(2f32.log10()); in test_bf16_consts_from_f32() localVariable 1459 let log10_2 = bf16::from_f64(2f64.log10()); in test_bf16_consts_from_f64() localVariable
|
D | binary16.rs | 1466 let log10_2 = f16::from_f32(2f32.log10()); in test_f16_consts_from_f32() localVariable 1526 let log10_2 = f16::from_f64(2f64.log10()); in test_f16_consts_from_f64() localVariable
|