Home
last modified time | relevance | path

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

/freebsd-head/contrib/arm-optimized-routines/math/
HDpoly_generic.h242 static inline VTYPE VWRAP (pw_horner_13) (VTYPE x, VTYPE x2, const VTYPE *poly) in VWRAP() argument
256 VTYPE p2_15 = VWRAP (pw_horner_13) (x, x2, poly + 2); in VWRAP()
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDsv_poly_generic.h260 static inline VTYPE VWRAP (pw_horner_13) (svbool_t pg, VTYPE x, VTYPE x2, in VWRAP() argument
277 VTYPE p2_15 = VWRAP (pw_horner_13) (pg, x, x2, poly + 2); in VWRAP()