Lines Matching defs:vec_max

4826 vec_max(vector signed char __a, vector signed char __b) {  in vec_max()  function
4831 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4836 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4841 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4846 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4851 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4855 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4860 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
4865 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4871 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
4876 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function
4881 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function
4885 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max() function
4890 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, in vec_max() function
4895 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max() function
4901 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function
4906 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
4911 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max() function
4917 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max() function
4922 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max() function
4927 vec_max(vector signed long long __a, vector bool long long __b) { in vec_max() function
4932 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max() function
4937 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max() function
4942 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max() function
4947 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, in vec_max() function
4957 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, in vec_max() function