Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h206 static inline VTYPE VWRAP (pw_horner_7) (VTYPE x, VTYPE x2, const VTYPE *poly) in VWRAP() argument
220 VTYPE p29 = VWRAP (pw_horner_7) (x, x2, poly + 2); in VWRAP()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_poly_generic.h218 static inline VTYPE VWRAP (pw_horner_7) (svbool_t pg, VTYPE x, VTYPE x2, in VWRAP() argument
235 VTYPE p29 = VWRAP (pw_horner_7) (pg, x, x2, poly + 2); in VWRAP()