Home | History | Annotate | Download | only in clang-include

Lines Matching refs:vec_abs

76 /* vec_abs */
78 #define __builtin_altivec_abs_v16qi vec_abs
79 #define __builtin_altivec_abs_v8hi vec_abs
80 #define __builtin_altivec_abs_v4si vec_abs
83 vec_abs(vector signed char __a)
89 vec_abs(vector signed short __a)
95 vec_abs(vector signed int __a)
101 vec_abs(vector float __a)