Home
last modified time | relevance | path

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

/freebsd-head/contrib/arm-optimized-routines/math/
HDpoly_generic.h148 static inline VTYPE VWRAP (horner_5) (VTYPE x, const VTYPE *poly) in VWRAP() argument
154 return FMA (x, VWRAP (horner_5) (x, poly + 1), poly[0]); in VWRAP()
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDsv_poly_generic.h154 static inline VTYPE VWRAP (horner_5) (svbool_t pg, VTYPE x, const STYPE *poly) in VWRAP() argument
160 return svmad_x (pg, x, VWRAP (horner_5) (pg, x, poly + 1), poly[0]); in VWRAP()