Searched refs:c1315 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | v_log1p_inline.h | 50 float64x2_t c1315 = vld1q_f64 (&d->c13); in eval_poly() local 53 float64x2_t p1415 = vfmaq_laneq_f64 (d->c14, m, c1315, 1); in eval_poly() 54 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, m, c1315, 0); in eval_poly()
|
H A D | atan.c | 48 float64x2_t c1315 = vld1q_f64 (&d->c13); in V_NAME_D1() local 105 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, z2, c1315, 0); in V_NAME_D1() 106 float64x2_t p1415 = vfmaq_laneq_f64 (d->c14, z2, c1315, 1); in V_NAME_D1()
|
H A D | atan2.c | 116 float64x2_t c1315 = vld1q_f64 (&d->c13); in V_NAME_D2() local 135 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, z2, c1315, 0); in V_NAME_D2() 136 float64x2_t p1415 = vfmaq_laneq_f64 (d->c14, z2, c1315, 1); in V_NAME_D2()
|
H A D | asinh.c | 192 float64x2_t c1315 = vld1q_f64 (&d->c13); in V_NAME_D1() local 200 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, x2, c1315, 0); in V_NAME_D1() 201 float64x2_t p1415 = vfmaq_laneq_f64 (d->c14, x2, c1315, 1); in V_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | asinh.c | 144 svfloat64_t c1315 = svld1rq (svptrue_b64 (), &d->c13); in SV_NAME_D1() local 153 = svmla_lane (sv_f64 (d->even_coeffs[6]), x2, c1315, 0); in SV_NAME_D1() 155 = svmla_lane (sv_f64 (d->even_coeffs[7]), x2, c1315, 1); in SV_NAME_D1()
|