Searched refs:p2_16 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | poly_generic.h | 262 VTYPE p2_16 = VWRAP (pw_horner_14) (x, x2, poly + 2); in VWRAP() local 264 return FMA (x2, p2_16, p01); in VWRAP()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_poly_generic.h | 284 VTYPE p2_16 = VWRAP (pw_horner_14) (pg, x, x2, poly + 2); in VWRAP() local 286 return svmla_x (pg, p01, x2, p2_16); in VWRAP()
|