Searched refs:horner_5 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/contrib/arm-optimized-routines/math/ |
| HD | poly_generic.h | 148 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/ |
| HD | sv_poly_generic.h | 154 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()
|