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