Searched refs:c_5_7 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | tanpi.c | 52 float64x2_t c_5_7 = vld1q_f64 (&d->c5); in V_NAME_D1() local 57 float64x2_t p45 = vfmaq_laneq_f64 (d->c4, r2, c_5_7, 0); in V_NAME_D1() 58 float64x2_t p67 = vfmaq_laneq_f64 (d->c6, r2, c_5_7, 1); in V_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | tanpi.c | 52 svfloat64_t c_5_7 = svld1rq (pg, &d->c5); in SV_NAME_D1() local 57 svfloat64_t p45 = svmla_lane (sv_f64 (d->c4), r2, c_5_7, 0); in SV_NAME_D1() 58 svfloat64_t p67 = svmla_lane (sv_f64 (d->c6), r2, c_5_7, 1); in SV_NAME_D1()
|