Searched refs:pw_horner_9 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-head/contrib/arm-optimized-routines/math/ |
| HD | poly_generic.h | 218 static inline VTYPE VWRAP (pw_horner_9) (VTYPE x, VTYPE x2, const VTYPE *poly) in VWRAP() argument 232 VTYPE p2_11 = VWRAP (pw_horner_9) (x, x2, poly + 2); in VWRAP()
|
| /freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/ |
| HD | sv_poly_generic.h | 232 static inline VTYPE VWRAP (pw_horner_9) (svbool_t pg, VTYPE x, VTYPE x2, in VWRAP() argument 249 VTYPE p2_11 = VWRAP (pw_horner_9) (pg, x, x2, poly + 2); in VWRAP()
|