Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h168 static inline VTYPE VWRAP (horner_10) (VTYPE x, const VTYPE *poly) in VWRAP() argument
174 return FMA (x, VWRAP (horner_10) (x, poly + 1), poly[0]); in VWRAP()