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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 8017 /*-- vec_max ----------------------------------------------------------------*/
8020 vec_max(__vector signed char __a, __vector signed char __b) { function
8026 vec_max(__vector signed char __a, __vector __bool char __b) { function
8033 vec_max(__vector __bool char __a, __vector signed char __b) { function
8039 vec_max(__vector unsigned char __a, __vector unsigned char __b) { function
8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { function
8052 vec_max(__vector __bool char __a, __vector unsigned char __b) { function
8058 vec_max(__vector signed short __a, __vector signed short __b) { function
8064 vec_max(__vector signed short __a, __vector __bool short __b) { function
8071 vec_max(__vector __bool short __a, __vector signed short __b) function
8077 vec_max(__vector unsigned short __a, __vector unsigned short __b) { function
8083 vec_max(__vector unsigned short __a, __vector __bool short __b) { function
8090 vec_max(__vector __bool short __a, __vector unsigned short __b) { function
8096 vec_max(__vector signed int __a, __vector signed int __b) { function
8102 vec_max(__vector signed int __a, __vector __bool int __b) { function
8109 vec_max(__vector __bool int __a, __vector signed int __b) { function
8115 vec_max(__vector unsigned int __a, __vector unsigned int __b) { function
8121 vec_max(__vector unsigned int __a, __vector __bool int __b) { function
8128 vec_max(__vector __bool int __a, __vector unsigned int __b) { function
8134 vec_max(__vector signed long long __a, __vector signed long long __b) { function
8140 vec_max(__vector signed long long __a, __vector __bool long long __b) { function
8147 vec_max(__vector __bool long long __a, __vector signed long long __b) { function
8153 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) { function
8159 vec_max(__vector unsigned long long __a, __vector __bool long long __b) { function
8166 vec_max(__vector __bool long long __a, __vector unsigned long long __b) { function
8173 vec_max(__vector float __a, __vector float __b) { function
8179 vec_max(__vector double __a, __vector double __b) { function
    [all...]
altivec.h 4769 /* vec_max */
4772 vec_max(vector signed char __a, vector signed char __b) { function
4777 vec_max(vector bool char __a, vector signed char __b) { function
4782 vec_max(vector signed char __a, vector bool char __b) { function
4787 vec_max(vector unsigned char __a, vector unsigned char __b) { function
4792 vec_max(vector bool char __a, vector unsigned char __b) { function
4797 vec_max(vector unsigned char __a, vector bool char __b) { function
4801 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, function
4806 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, function
4811 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a function
4817 vec_max(vector unsigned short __a, vector unsigned short __b) { function
4822 vec_max(vector bool short __a, vector unsigned short __b) { function
4827 vec_max(vector unsigned short __a, vector bool short __b) { function
4831 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
4836 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, function
4841 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
4847 vec_max(vector unsigned int __a, vector unsigned int __b) { function
4852 vec_max(vector bool int __a, vector unsigned int __b) { function
4857 vec_max(vector unsigned int __a, vector bool int __b) { function
4863 vec_max(vector signed long long __a, vector signed long long __b) { function
4868 vec_max(vector bool long long __a, vector signed long long __b) { function
4873 vec_max(vector signed long long __a, vector bool long long __b) { function
4878 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
4883 vec_max(vector bool long long __a, vector unsigned long long __b) { function
4888 vec_max(vector unsigned long long __a, vector bool long long __b) { function
4893 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, function
4903 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 245 #define vec_max __builtin_s390_vec_max macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 245 #define vec_max __builtin_s390_vec_max macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 848 /* vec_max (vector maximum)
851 static inline vec_uchar16 vec_max(vec_uchar16 a, vec_uchar16 b) function
856 static inline vec_char16 vec_max(vec_char16 a, vec_char16 b) function
861 static inline vec_char16 vec_max(vec_bchar16 a, vec_char16 b) function
866 static inline vec_char16 vec_max(vec_char16 a, vec_bchar16 b) function
871 static inline vec_ushort8 vec_max(vec_ushort8 a, vec_ushort8 b) function
876 static inline vec_short8 vec_max(vec_short8 a, vec_short8 b) function
881 static inline vec_short8 vec_max(vec_bshort8 a, vec_short8 b) function
886 static inline vec_short8 vec_max(vec_short8 a, vec_bshort8 b) function
891 static inline vec_uint4 vec_max(vec_uint4 a, vec_uint4 b function
896 static inline vec_int4 vec_max(vec_int4 a, vec_int4 b) function
901 static inline vec_int4 vec_max(vec_bint4 a, vec_int4 b) function
906 static inline vec_int4 vec_max(vec_int4 a, vec_bint4 b) function
911 static inline vec_float4 vec_max(vec_float4 a, vec_float4 b) function
    [all...]

Completed in 60 milliseconds