Home
last modified time | relevance | path

Searched refs:c_9_11 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtanpi.c53 float64x2_t c_9_11 = vld1q_f64 (&d->c9); in V_NAME_D1() local
59 float64x2_t p89 = vfmaq_laneq_f64 (d->c8, r2, c_9_11, 0); in V_NAME_D1()
60 float64x2_t p1011 = vfmaq_laneq_f64 (d->c10, r2, c_9_11, 1); in V_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanpi.c53 svfloat64_t c_9_11 = svld1rq (pg, &d->c9); in SV_NAME_D1() local
59 svfloat64_t p89 = svmla_lane (sv_f64 (d->c8), r2, c_9_11, 0); in SV_NAME_D1()
60 svfloat64_t p1011 = svmla_lane (sv_f64 (d->c10), r2, c_9_11, 1); in SV_NAME_D1()