Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h164 static inline VTYPE VWRAP (horner_9) (VTYPE x, const VTYPE *poly) in VWRAP() argument
170 return FMA (x, VWRAP (horner_9) (x, poly + 1), poly[0]); in VWRAP()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_poly_generic.h170 static inline VTYPE VWRAP (horner_9) (svbool_t pg, VTYPE x, const STYPE *poly) in VWRAP() argument
177 return svmad_x (pg, x, VWRAP (horner_9) (pg, x, poly + 1), poly[0]); in sv_horner_10_f32_x()