Home
last modified time | relevance | path

Searched defs:odd_coeffs (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtanpif.c43 float32x4_t odd_coeffs = vld1q_f32 (&d->c1); in V_NAME_F1() local
H A Dlog2.c105 float64x2_t odd_coeffs = vld1q_f64 (&d->c1); in V_NAME_D1() local
H A Dlog.c101 float64x2_t odd_coeffs = vld1q_f64 (&d->c1); in V_NAME_D1() local
H A Dlog10.c113 float64x2_t odd_coeffs = vld1q_f64 (&d->c1); in V_NAME_D1() local
H A Dasinh.c119 float64x2_t odd_coeffs = vld1q_f64 (&d->lc1); in log_inline() local
H A Dpow.c120 float64x2_t odd_coeffs = vld1q_f64 (&d->log_c1); in v_log_inline() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanpif.c30 svfloat32_t odd_coeffs = svld1rq (pg, &d->c1); in SV_NAME_F1() local
H A Dlog2.c75 svfloat64_t odd_coeffs = svld1rq_f64 (svptrue_b64 (), &d->c1); in SV_NAME_D1() local
H A Dlog.c75 svfloat64_t odd_coeffs = svld1rq_f64 (svptrue_b64 (), &d->c1); in SV_NAME_D1() local
H A Dlog10.c80 svfloat64_t odd_coeffs = svld1rq_f64 (svptrue_b64 (), &d->c1); in SV_NAME_D1() local
H A Dtanf.c53 svfloat32_t odd_coeffs = svld1rq (svptrue_b32 (), &d->c1); in SV_NAME_F1() local