Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpoly_generic.h48 static inline VTYPE VWRAP (estrin_7) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() argument
58 return FMA (poly[8], x8, VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
64 return FMA (p89, x8, VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
71 return FMA (p8_10, x8, VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
77 return FMA (p8_11, x8, VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
83 VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
89 VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
95 VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
100 return FMA (VWRAP (estrin_7) (x, x2, x4, poly + 8), x8, in VWRAP()
101 VWRAP (estrin_7) (x, x2, x4, poly)); in VWRAP()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dsv_poly_generic.h52 static inline VTYPE VWRAP (estrin_7) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() argument
62 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), x8, poly[8]); in VWRAP()
68 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), p89, x8); in VWRAP()
75 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), p8_10, x8); in VWRAP()
81 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), p8_11, x8); in VWRAP()
86 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), in VWRAP()
92 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), in VWRAP()
98 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), in VWRAP()
104 return svmla_x (pg, VWRAP (estrin_7) (pg, x, x2, x4, poly), in VWRAP()
105 VWRAP (estrin_7) (pg, x, x2, x4, poly + 8), x8); in VWRAP()