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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 8187 /*-- vec_min ----------------------------------------------------------------*/
8190 vec_min(__vector signed char __a, __vector signed char __b) { function
8196 vec_min(__vector signed char __a, __vector __bool char __b) { function
8203 vec_min(__vector __bool char __a, __vector signed char __b) { function
8209 vec_min(__vector unsigned char __a, __vector unsigned char __b) { function
8215 vec_min(__vector unsigned char __a, __vector __bool char __b) { function
8222 vec_min(__vector __bool char __a, __vector unsigned char __b) { function
8228 vec_min(__vector signed short __a, __vector signed short __b) { function
8234 vec_min(__vector signed short __a, __vector __bool short __b) { function
8241 vec_min(__vector __bool short __a, __vector signed short __b) function
8247 vec_min(__vector unsigned short __a, __vector unsigned short __b) { function
8253 vec_min(__vector unsigned short __a, __vector __bool short __b) { function
8260 vec_min(__vector __bool short __a, __vector unsigned short __b) { function
8266 vec_min(__vector signed int __a, __vector signed int __b) { function
8272 vec_min(__vector signed int __a, __vector __bool int __b) { function
8279 vec_min(__vector __bool int __a, __vector signed int __b) { function
8285 vec_min(__vector unsigned int __a, __vector unsigned int __b) { function
8291 vec_min(__vector unsigned int __a, __vector __bool int __b) { function
8298 vec_min(__vector __bool int __a, __vector unsigned int __b) { function
8304 vec_min(__vector signed long long __a, __vector signed long long __b) { function
8310 vec_min(__vector signed long long __a, __vector __bool long long __b) { function
8317 vec_min(__vector __bool long long __a, __vector signed long long __b) { function
8323 vec_min(__vector unsigned long long __a, __vector unsigned long long __b) { function
8329 vec_min(__vector unsigned long long __a, __vector __bool long long __b) { function
8336 vec_min(__vector __bool long long __a, __vector unsigned long long __b) { function
8343 vec_min(__vector float __a, __vector float __b) { function
8349 vec_min(__vector double __a, __vector double __b) { function
    [all...]
altivec.h 5673 /* vec_min */
5676 vec_min(vector signed char __a, vector signed char __b) { function
5681 vec_min(vector bool char __a, vector signed char __b) { function
5686 vec_min(vector signed char __a, vector bool char __b) { function
5691 vec_min(vector unsigned char __a, vector unsigned char __b) { function
5696 vec_min(vector bool char __a, vector unsigned char __b) { function
5701 vec_min(vector unsigned char __a, vector bool char __b) { function
5705 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, function
5710 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, function
5715 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a function
5721 vec_min(vector unsigned short __a, vector unsigned short __b) { function
5726 vec_min(vector bool short __a, vector unsigned short __b) { function
5731 vec_min(vector unsigned short __a, vector bool short __b) { function
5735 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5740 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, function
5745 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, function
5751 vec_min(vector unsigned int __a, vector unsigned int __b) { function
5756 vec_min(vector bool int __a, vector unsigned int __b) { function
5761 vec_min(vector unsigned int __a, vector bool int __b) { function
5767 vec_min(vector signed long long __a, vector signed long long __b) { function
5772 vec_min(vector bool long long __a, vector signed long long __b) { function
5777 vec_min(vector signed long long __a, vector bool long long __b) { function
5782 vec_min(vector unsigned long long __a, vector unsigned long long __b) { function
5787 vec_min(vector bool long long __a, vector unsigned long long __b) { function
5792 vec_min(vector unsigned long long __a, vector bool long long __b) { function
5797 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, function
5807 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 246 #define vec_min __builtin_s390_vec_min macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 246 #define vec_min __builtin_s390_vec_min macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1016 /* vec_min (vector minimum)
1019 static inline vec_uchar16 vec_min(vec_uchar16 a, vec_uchar16 b) function
1024 static inline vec_char16 vec_min(vec_char16 a, vec_char16 b) function
1029 static inline vec_char16 vec_min(vec_bchar16 a, vec_char16 b) function
1034 static inline vec_char16 vec_min(vec_char16 a, vec_bchar16 b) function
1039 static inline vec_ushort8 vec_min(vec_ushort8 a, vec_ushort8 b) function
1044 static inline vec_short8 vec_min(vec_short8 a, vec_short8 b) function
1049 static inline vec_short8 vec_min(vec_bshort8 a, vec_short8 b) function
1054 static inline vec_short8 vec_min(vec_short8 a, vec_bshort8 b) function
1059 static inline vec_uint4 vec_min(vec_uint4 a, vec_uint4 b function
1064 static inline vec_int4 vec_min(vec_int4 a, vec_int4 b) function
1069 static inline vec_int4 vec_min(vec_bint4 a, vec_int4 b) function
1074 static inline vec_int4 vec_min(vec_int4 a, vec_bint4 b) function
1079 static inline vec_float4 vec_min(vec_float4 a, vec_float4 b) function
    [all...]

Completed in 32 milliseconds