Searched refs:c_13_14 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | tanpi.c | 54 float64x2_t c_13_14 = vld1q_f64 (&d->c13); in V_NAME_D1() local 61 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, r2, c_13_14, 0); in V_NAME_D1() 63 float64x2_t p = vfmaq_laneq_f64 (p1213, r4, c_13_14, 1); in V_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | tanpi.c | 54 svfloat64_t c_13_14 = svld1rq (pg, &d->c13); in SV_NAME_D1() local 61 svfloat64_t p1213 = svmla_lane (sv_f64 (d->c12), r2, c_13_14, 0); in SV_NAME_D1() 63 svfloat64_t p = svmla_lane (p1213, r4, c_13_14, 1); in SV_NAME_D1()
|