Searched refs:VWRAP (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | poly_generic.h | 11 #ifndef VWRAP 12 # error Cannot use poly_generic without defining VWRAP 18 static inline VTYPE VWRAP (pairwise_poly_3) (VTYPE x, VTYPE x2, in VWRAP() function 27 static inline VTYPE VWRAP (estrin_4) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function 30 VTYPE p03 = VWRAP (pairwise_poly_3) (x, x2, poly); in VWRAP() 33 static inline VTYPE VWRAP (estrin_5) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function 36 VTYPE p03 = VWRAP (pairwise_poly_3) (x, x2, poly); in VWRAP() 40 static inline VTYPE VWRAP (estrin_6) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function 43 VTYPE p03 = VWRAP (pairwise_poly_3) (x, x2, poly); in VWRAP() 48 static inline VTYPE VWRAP (estrin_7) (VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function [all …]
|
H A D | poly_sve_generic.h | 15 #ifndef VWRAP 16 # error Cannot use poly_generic without defining VWRAP 22 static inline VTYPE VWRAP (pairwise_poly_3) (svbool_t pg, VTYPE x, VTYPE x2, in VWRAP() function 31 static inline VTYPE VWRAP (estrin_4) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function 34 VTYPE p03 = VWRAP (pairwise_poly_3) (pg, x, x2, poly); in VWRAP() 37 static inline VTYPE VWRAP (estrin_5) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function 40 VTYPE p03 = VWRAP (pairwise_poly_3) (pg, x, x2, poly); in VWRAP() 44 static inline VTYPE VWRAP (estrin_6) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function 47 VTYPE p03 = VWRAP (pairwise_poly_3) (pg, x, x2, poly); in VWRAP() 52 static inline VTYPE VWRAP (estrin_7) (svbool_t pg, VTYPE x, VTYPE x2, VTYPE x4, in VWRAP() function [all …]
|
H A D | poly_scalar_f64.h | 18 #define VWRAP(f) f##_f64 macro 20 #undef VWRAP
|
H A D | poly_scalar_f32.h | 18 #define VWRAP(f) f##_f32 macro 20 #undef VWRAP
|
H A D | poly_sve_f32.h | 18 #define VWRAP(f) sv_##f##_f32_x macro 22 #undef VWRAP
|
H A D | poly_sve_f64.h | 18 #define VWRAP(f) sv_##f##_f64_x macro 22 #undef VWRAP
|
H A D | poly_advsimd_f32.h | 18 #define VWRAP(f) v_##f##_f32 macro 20 #undef VWRAP
|
H A D | poly_advsimd_f64.h | 18 #define VWRAP(f) v_##f##_f64 macro 20 #undef VWRAP
|