Lines Matching defs:vec_min

5730 vec_min(vector signed char __a, vector signed char __b) {  in vec_min()  function
5735 vec_min(vector bool char __a, vector signed char __b) { in vec_min() function
5740 vec_min(vector signed char __a, vector bool char __b) { in vec_min() function
5745 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min() function
5750 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min() function
5755 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min() function
5759 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
5764 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, in vec_min() function
5769 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
5775 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min() function
5780 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min() function
5785 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min() function
5789 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
5794 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, in vec_min() function
5799 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
5805 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min() function
5810 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min() function
5815 vec_min(vector unsigned int __a, vector bool int __b) { in vec_min() function
5821 vec_min(vector signed long long __a, vector signed long long __b) { in vec_min() function
5826 vec_min(vector bool long long __a, vector signed long long __b) { in vec_min() function
5831 vec_min(vector signed long long __a, vector bool long long __b) { in vec_min() function
5836 vec_min(vector unsigned long long __a, vector unsigned long long __b) { in vec_min() function
5841 vec_min(vector bool long long __a, vector unsigned long long __b) { in vec_min() function
5846 vec_min(vector unsigned long long __a, vector bool long long __b) { in vec_min() function
5851 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, in vec_min() function
5861 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, in vec_min() function