Home
last modified time | relevance | path

Searched refs:pw_horner_9 (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/arm-optimized-routines/math/
HDpoly_generic.h218 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/
HDsv_poly_generic.h232 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()