Searched defs:vec_max (Results 1 - 2 of 2) 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.h3025 /* vec_max */
3028 vec_max(vector signed char __a, vector signed char __b) { function
3033 vec_max(vector bool char __a, vector signed char __b) { function
3038 vec_max(vector signed char __a, vector bool char __b) { function
3043 vec_max(vector unsigned char __a, vector unsigned char __b) { function
3048 vec_max(vector bool char __a, vector unsigned char __b) { function
3053 vec_max(vector unsigned char __a, vector bool char __b) { function
3057 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, function
3062 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, function
3067 static __inline__ vector short __ATTRS_o_ai vec_max(vecto function
3073 vec_max(vector unsigned short __a, vector unsigned short __b) { function
3078 vec_max(vector bool short __a, vector unsigned short __b) { function
3083 vec_max(vector unsigned short __a, vector bool short __b) { function
3087 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
3092 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, function
3097 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, function
3103 vec_max(vector unsigned int __a, vector unsigned int __b) { function
3108 vec_max(vector bool int __a, vector unsigned int __b) { function
3113 vec_max(vector unsigned int __a, vector bool int __b) { function
3119 vec_max(vector signed long long __a, vector signed long long __b) { function
3124 vec_max(vector bool long long __a, vector signed long long __b) { function
3129 vec_max(vector signed long long __a, vector bool long long __b) { function
3134 vec_max(vector unsigned long long __a, vector unsigned long long __b) { function
3139 vec_max(vector bool long long __a, vector unsigned long long __b) { function
3144 vec_max(vector unsigned long long __a, vector bool long long __b) { function
3149 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, function
3159 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, function
[all...]

Completed in 194 milliseconds