HomeSort by: relevance | last modified time | path
    Searched refs:vec_abs (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
tmmintrin.h 39 return (__m128i) vec_abs ((__v8hi) __A);
46 return (__m128i) vec_abs ((__v4si) __A);
53 return (__m128i) vec_abs ((__v16qi) __A);
61 return (__m64) ((__v2du) vec_abs (__B))[0];
69 return (__m64) ((__v2du) vec_abs (__B))[0];
77 return (__m64) ((__v2du) vec_abs (__B))[0];
xmmintrin.h 546 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
547 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
561 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
562 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
762 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
763 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
782 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
783 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
emmintrin.h 417 a = (__v2du)vec_abs ((__v2df)__A);
418 b = (__v2du)vec_abs ((__v2df)__B);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
tmmintrin.h 50 return (__m128i) vec_abs ((__v8hi) __A);
57 return (__m128i) vec_abs ((__v4si) __A);
64 return (__m128i) vec_abs ((__v16qi) __A);
72 return (__m64) ((__v2du) vec_abs (__B))[0];
80 return (__m64) ((__v2du) vec_abs (__B))[0];
88 return (__m64) ((__v2du) vec_abs (__B))[0];
xmmintrin.h 569 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
570 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
584 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
585 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
785 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
786 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
805 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
806 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
tmmintrin.h 50 return (__m128i) vec_abs ((__v8hi) __A);
57 return (__m128i) vec_abs ((__v4si) __A);
64 return (__m128i) vec_abs ((__v16qi) __A);
72 return (__m64) ((__v2du) vec_abs (__B))[0];
80 return (__m64) ((__v2du) vec_abs (__B))[0];
88 return (__m64) ((__v2du) vec_abs (__B))[0];
xmmintrin.h 569 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
570 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
584 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
585 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
785 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
786 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
805 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
806 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 244 #define vec_abs __builtin_s390_vec_abs macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 244 #define vec_abs __builtin_s390_vec_abs macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 40 /* vec_abs (vector absolute value)
43 static inline vec_char16 vec_abs(vec_char16 a) function
51 static inline vec_short8 vec_abs(vec_short8 a) function
56 static inline vec_int4 vec_abs(vec_int4 a) function
61 static inline vec_float4 vec_abs(vec_float4 a) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 7969 /*-- vec_abs ----------------------------------------------------------------*/
7972 vec_abs(__vector signed char __a) { function
7977 vec_abs(__vector signed short __a) { function
7982 vec_abs(__vector signed int __a) { function
7987 vec_abs(__vector signed long long __a) { function
7993 vec_abs(__vector float __a) { function
7999 vec_abs(__vector double __a) { function
altivec.h 106 /* vec_abs */
108 #define __builtin_altivec_abs_v16qi vec_abs
109 #define __builtin_altivec_abs_v8hi vec_abs
110 #define __builtin_altivec_abs_v4si vec_abs
113 vec_abs(vector signed char __a) { function
118 vec_abs(vector signed short __a) { function
123 vec_abs(vector signed int __a) { function
129 vec_abs(vector signed long long __a) { function
134 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { function
145 static __inline__ vector double __ATTRS_o_ai vec_abs(vector double __a) function
    [all...]

Completed in 34 milliseconds