Searched refs:log10_2 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | exp10f.c | 21 float c1, c3, log10_2; member 36 .log10_2 = 0x1.a934fp+1, 53 svfloat32_t z = svmad_x (pg, sv_f32 (d->log10_2), x, shift); in sv_exp10f_inline()
|
H A D | exp10.c | 17 double shift, log10_2, log2_10_hi, log2_10_lo, scale_thres, special_bound; member 30 .log10_2 = 0x1.a934f0979a371p1, /* 1/log2(10). */ 84 svfloat64_t z = svmla_x (pg, shift, x, d->log10_2); in SV_NAME_D1()
|
H A D | log10.c | 21 double invln10, log10_2; member 31 .log10_2 = 0x1.34413509f79ffp-2,
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | exp10.c | 22 float64x2_t log10_2, log2_10_hi, log2_10_lo, shift; member 33 .log10_2 = V2 (0x1.a934f0979a371p8), /* N/log2(10). */ 106 float64x2_t z = vfmaq_f64 (d->shift, x, d->log10_2); in V_NAME_D1()
|
H A D | log10.c | 16 double invln10, log10_2; member 28 .log10_2 = 0x1.34413509f79ffp-2,
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | exp10.sollya | 49 log10_2 = round(N * log(10) / log(2), wp, RN); 53 print(log10_2);
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_log10_data.c | 16 .log10_2 = 0x1.34413509f79ffp-2,
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 613 double invln10, log10_2; member
|