Searched refs:pw_horner_10 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | poly_generic.h | 224 static inline VTYPE VWRAP (pw_horner_10) (VTYPE x, VTYPE x2, const VTYPE *poly) in VWRAP() argument 238 VTYPE p2_12 = VWRAP (pw_horner_10) (x, x2, poly + 2); in VWRAP()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_poly_generic.h | 239 static inline VTYPE VWRAP (pw_horner_10) (svbool_t pg, VTYPE x, VTYPE x2, in VWRAP() argument 256 VTYPE p2_12 = VWRAP (pw_horner_10) (pg, x, x2, poly + 2); in VWRAP()
|