Searched refs:horner_8 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | poly_generic.h | 160 static inline VTYPE VWRAP (horner_8) (VTYPE x, const VTYPE *poly) in VWRAP() argument 166 return FMA (x, VWRAP (horner_8) (x, poly + 1), poly[0]); in VWRAP()
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | sv_poly_generic.h | 166 static inline VTYPE VWRAP (horner_8) (svbool_t pg, VTYPE x, const STYPE *poly) in VWRAP() argument 172 return svmad_x (pg, x, VWRAP (horner_8) (pg, x, poly + 1), poly[0]); in VWRAP()
|