Searched refs:horner_10 (Results 1 – 1 of 1) sorted by relevance
168 static inline VTYPE VWRAP (horner_10) (VTYPE x, const VTYPE *poly) in VWRAP() argument174 return FMA (x, VWRAP (horner_10) (x, poly + 1), poly[0]); in VWRAP()