Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtanpi.c51 float64x2_t c_1_3 = vld1q_f64 (&d->c1); in V_NAME_D1() local
55 float64x2_t p01 = vfmaq_laneq_f64 (d->c0, r2, c_1_3, 0); in V_NAME_D1()
56 float64x2_t p23 = vfmaq_laneq_f64 (d->c2, r2, c_1_3, 1); in V_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanpi.c51 svfloat64_t c_1_3 = svld1rq (pg, &d->c1); in SV_NAME_D1() local
55 svfloat64_t p01 = svmla_lane (sv_f64 (d->c0), r2, c_1_3, 0); in SV_NAME_D1()
56 svfloat64_t p23 = svmla_lane (sv_f64 (d->c2), r2, c_1_3, 1); in SV_NAME_D1()