HomeSort by: relevance | last modified time | path
    Searched defs:vec_abss (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 66 /* vec_abss (vector absolute value saturate)
69 static inline vec_char16 vec_abss(vec_char16 a) function
78 static inline vec_short8 vec_abss(vec_short8 a) function
86 static inline vec_int4 vec_abss(vec_int4 a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 150 /* vec_abss */
151 #define __builtin_altivec_abss_v16qi vec_abss
152 #define __builtin_altivec_abss_v8hi vec_abss
153 #define __builtin_altivec_abss_v4si vec_abss
156 vec_abss(vector signed char __a) { function
162 vec_abss(vector signed short __a) { function
168 vec_abss(vector signed int __a) { function

Completed in 82 milliseconds