Home
last modified time | relevance | path

Searched refs:log2_10_lo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexp10f.c20 float log2_10_lo, c0, c2, c4; member
38 .log2_10_lo = -0x1.ec10cp-27,
49 svfloat32_t lane_consts = svld1rq (svptrue_b32 (), &d->log2_10_lo); in sv_exp10f_inline()
H A Dexp10.c17 double shift, log10_2, log2_10_hi, log2_10_lo, scale_thres, special_bound; member
32 .log2_10_lo = -0x1.9dc1da994fd21p-59,
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexp10.c22 float64x2_t log10_2, log2_10_hi, log2_10_lo, shift; member
35 .log2_10_lo = V2 (-0x1.9dc1da994fd21p-66),
113 r = vfmsq_f64 (r, d->log2_10_lo, n); in V_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dexp10.sollya52 log2_10_lo = round(log2_10 - log2_10_hi, wp, RN);
55 print(log2_10_lo);