Home
last modified time | relevance | path

Searched refs:p8_11 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h76 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 Dsv_poly_generic.h80 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()