Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h256 VTYPE p2_15 = VWRAP (pw_horner_13) (x, x2, poly + 2); in VWRAP() local
258 return FMA (x2, p2_15, p01); in VWRAP()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_poly_generic.h277 VTYPE p2_15 = VWRAP (pw_horner_13) (pg, x, x2, poly + 2); in VWRAP() local
279 return svmla_x (pg, p01, x2, p2_15); in VWRAP()