Lines Matching defs:vec_min
5742 vec_min(vector signed char __a, vector signed char __b) { in vec_min() function
5747 vec_min(vector bool char __a, vector signed char __b) { in vec_min() function
5752 vec_min(vector signed char __a, vector bool char __b) { in vec_min() function
5757 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min() function
5762 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min() function
5767 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min() function
5771 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
5776 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, in vec_min() function
5781 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
5787 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min() function
5792 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min() function
5797 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min() function
5801 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
5806 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, in vec_min() function
5811 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
5817 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min() function
5822 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min() function
5827 vec_min(vector unsigned int __a, vector bool int __b) { in vec_min() function
5833 vec_min(vector signed long long __a, vector signed long long __b) { in vec_min() function
5838 vec_min(vector bool long long __a, vector signed long long __b) { in vec_min() function
5843 vec_min(vector signed long long __a, vector bool long long __b) { in vec_min() function
5848 vec_min(vector unsigned long long __a, vector unsigned long long __b) { in vec_min() function
5853 vec_min(vector bool long long __a, vector unsigned long long __b) { in vec_min() function
5858 vec_min(vector unsigned long long __a, vector bool long long __b) { in vec_min() function
5863 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, in vec_min() function
5873 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, in vec_min() function