Searched defs:vec_abs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h7878 vec_abs(__vector signed char __a) { function
7883 vec_abs(__vector signed short __a) { function
7888 vec_abs(__vector signed int __a) { function
7893 vec_abs(__vector signed long long __a) { function
7899 vec_abs(__vector float __a) { function
7905 vec_abs(__vector double __a) { function
H A Daltivec.h115 vec_abs(vector signed char __a) { function
120 vec_abs(vector signed short __a) { function
125 vec_abs(vector signed int __a) { function
131 vec_abs(vector signed long long __a) { function
136 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { function
147 static __inline__ vector double __ATTRS_o_ai vec_abs(vecto function
[all...]

Completed in 219 milliseconds