Home
last modified time | relevance | path

Searched refs:p1213 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dtanpi.c61 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, r2, c_13_14, 0); in V_NAME_D1() local
63 float64x2_t p = vfmaq_laneq_f64 (p1213, r4, c_13_14, 1); in V_NAME_D1()
H A Dv_log1p_inline.h54 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, m, c1315, 0); in eval_poly() local
63 p = vfmaq_f64 (p1213, m2, p); in eval_poly()
H A Datan.c105 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, z2, c1315, 0); in V_NAME_D1() local
107 float64x2_t p1215 = vfmaq_f64 (p1213, x2, p1415); in V_NAME_D1()
H A Datan2.c135 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, z2, c1315, 0); in V_NAME_D2() local
137 float64x2_t p1215 = vfmaq_f64 (p1213, x2, p1415); in V_NAME_D2()
H A Dasinh.c200 float64x2_t p1213 = vfmaq_laneq_f64 (d->c12, x2, c1315, 0); in V_NAME_D1() local
205 p = vfmaq_f64 (p1213, z2, p); in V_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanpi.c61 svfloat64_t p1213 = svmla_lane (sv_f64 (d->c12), r2, c_13_14, 0); in SV_NAME_D1() local
63 svfloat64_t p = svmla_lane (p1213, r4, c_13_14, 1); in SV_NAME_D1()
H A Dasinh.c152 svfloat64_t p1213 in SV_NAME_D1() local
159 p = svmla_x (pg, p1213, x4, p); in SV_NAME_D1()