Searched refs:p8_11 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | poly_generic.h | 76 VTYPE p8_11 = VWRAP (pairwise_poly_3) (x, x2, poly + 8); in VWRAP() local 77 return FMA (p8_11, x8, VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_poly_generic.h | 80 VTYPE p8_11 = VWRAP (pairwise_poly_3) (pg, x, x2, poly + 8); in VWRAP() local 81 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), p8_11, x8); in VWRAP()
|