Searched defs:vec_max (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Headers/
H A Dvecintrin.h6405 /*-- vec_max ----------------------------------------------------------------*/
6408 vec_max(vector signed char __a, vector signed char __b) { function
6413 vec_max(vector signed char __a, vector bool char __b) { function
6419 vec_max(vector bool char __a, vector signed char __b) { function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { function
6430 vec_max(vector unsigned char __a, vector bool char __b) { function
6436 vec_max(vector bool char __a, vector unsigned char __b) { function
6442 vec_max(vector signed short __a, vector signed short __b) { function
6447 vec_max(vector signed short __a, vector bool short __b) { function
6453 vec_max(vecto function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { function
6464 vec_max(vector unsigned short __a, vector bool short __b) { function
6470 vec_max(vector bool short __a, vector unsigned short __b) { function
6476 vec_max(vector signed int __a, vector signed int __b) { function
6481 vec_max(vector signed int __a, vector bool int __b) { function
6487 vec_max(vector bool int __a, vector signed int __b) { function
6493 vec_max(vector unsigned int __a, vector unsigned int __b) { function
6498 vec_max(vector unsigned int __a, vector bool int __b) { function
6504 vec_max(vector bool int __a, vector unsigned int __b) { function
6510 vec_max(vector signed long long __a, vector signed long long __b) { function
6515 vec_max(vector signed long long __a, vector bool long long __b) { function
6521 vec_max(vector bool long long __a, vector signed long long __b) { function
6527 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
6532 vec_max(vector unsigned long long __a, vector bool long long __b) { function
6538 vec_max(vector bool long long __a, vector unsigned long long __b) { function
6544 vec_max(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h2916 /* vec_max */
2918 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, function
2923 static vector signed char __ATTRS_o_ai vec_max(vector bool char __a, function
2928 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, function
2933 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, function
2938 static vector unsigned char __ATTRS_o_ai vec_max(vector bool char __a, function
2943 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, function
2948 static vector short __ATTRS_o_ai vec_max(vector short __a, vector short __b) { function
2952 static vector short __ATTRS_o_ai vec_max(vector bool short __a, function
2957 static vector short __ATTRS_o_ai vec_max(vecto function
2962 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, function
2967 static vector unsigned short __ATTRS_o_ai vec_max(vector bool short __a, function
2972 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, function
2977 static vector int __ATTRS_o_ai vec_max(vector int __a, vector int __b) { function
2981 static vector int __ATTRS_o_ai vec_max(vector bool int __a, vector int __b) { function
2985 static vector int __ATTRS_o_ai vec_max(vector int __a, vector bool int __b) { function
2989 static vector unsigned int __ATTRS_o_ai vec_max(vector unsigned int __a, function
2994 static vector unsigned int __ATTRS_o_ai vec_max(vector bool int __a, function
2999 static vector unsigned int __ATTRS_o_ai vec_max(vector unsigned int __a, function
3006 vec_max(vector signed long long __a, vector signed long long __b) { function
3011 vec_max(vector bool long long __a, vector signed long long __b) { function
3015 static vector signed long long __ATTRS_o_ai vec_max(vector signed long long __a, function
3021 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
3026 vec_max(vector bool long long __a, vector unsigned long long __b) { function
3031 vec_max(vector unsigned long long __a, vector bool long long __b) { function
3036 static vector float __ATTRS_o_ai vec_max(vector float __a, vector float __b) { function
3045 static vector double __ATTRS_o_ai vec_max(vector double __a, function
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dvecintrin.h6405 /*-- vec_max ----------------------------------------------------------------*/
6408 vec_max(vector signed char __a, vector signed char __b) { function
6413 vec_max(vector signed char __a, vector bool char __b) { function
6419 vec_max(vector bool char __a, vector signed char __b) { function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { function
6430 vec_max(vector unsigned char __a, vector bool char __b) { function
6436 vec_max(vector bool char __a, vector unsigned char __b) { function
6442 vec_max(vector signed short __a, vector signed short __b) { function
6447 vec_max(vector signed short __a, vector bool short __b) { function
6453 vec_max(vecto function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { function
6464 vec_max(vector unsigned short __a, vector bool short __b) { function
6470 vec_max(vector bool short __a, vector unsigned short __b) { function
6476 vec_max(vector signed int __a, vector signed int __b) { function
6481 vec_max(vector signed int __a, vector bool int __b) { function
6487 vec_max(vector bool int __a, vector signed int __b) { function
6493 vec_max(vector unsigned int __a, vector unsigned int __b) { function
6498 vec_max(vector unsigned int __a, vector bool int __b) { function
6504 vec_max(vector bool int __a, vector unsigned int __b) { function
6510 vec_max(vector signed long long __a, vector signed long long __b) { function
6515 vec_max(vector signed long long __a, vector bool long long __b) { function
6521 vec_max(vector bool long long __a, vector signed long long __b) { function
6527 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
6532 vec_max(vector unsigned long long __a, vector bool long long __b) { function
6538 vec_max(vector bool long long __a, vector unsigned long long __b) { function
6544 vec_max(vector double __a, vector double __b) { function
[all...]
H A Daltivec.h3033 /* vec_max */
3036 vec_max(vector signed char __a, vector signed char __b) { function
3041 vec_max(vector bool char __a, vector signed char __b) { function
3046 vec_max(vector signed char __a, vector bool char __b) { function
3051 vec_max(vector unsigned char __a, vector unsigned char __b) { function
3056 vec_max(vector bool char __a, vector unsigned char __b) { function
3061 vec_max(vector unsigned char __a, vector bool char __b) { function
3065 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, function
3070 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, function
3075 static __inline__ vector short __ATTRS_o_ai vec_max(vecto function
3081 vec_max(vector unsigned short __a, vector unsigned short __b) { function
3086 vec_max(vector bool short __a, vector unsigned short __b) { function
3091 vec_max(vector unsigned short __a, vector bool short __b) { function
3095 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
3100 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, function
3105 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
3111 vec_max(vector unsigned int __a, vector unsigned int __b) { function
3116 vec_max(vector bool int __a, vector unsigned int __b) { function
3121 vec_max(vector unsigned int __a, vector bool int __b) { function
3127 vec_max(vector signed long long __a, vector signed long long __b) { function
3132 vec_max(vector bool long long __a, vector signed long long __b) { function
3137 vec_max(vector signed long long __a, vector bool long long __b) { function
3142 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
3147 vec_max(vector bool long long __a, vector unsigned long long __b) { function
3152 vec_max(vector unsigned long long __a, vector bool long long __b) { function
3157 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, function
3167 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, function
[all...]

Completed in 163 milliseconds