• Home
  • Raw
  • Download

Lines Matching refs:vec_min

3876 vec_min(vector signed char __a, vector signed char __b) {  in vec_min()  function
3881 vec_min(vector bool char __a, vector signed char __b) { in vec_min() function
3886 vec_min(vector signed char __a, vector bool char __b) { in vec_min() function
3891 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min() function
3896 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min() function
3901 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min() function
3905 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
3910 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, in vec_min() function
3915 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
3921 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min() function
3926 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min() function
3931 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min() function
3935 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
3940 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, in vec_min() function
3945 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
3951 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min() function
3956 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min() function
3961 vec_min(vector unsigned int __a, vector bool int __b) { in vec_min() function
3967 vec_min(vector signed long long __a, vector signed long long __b) { in vec_min() function
3972 vec_min(vector bool long long __a, vector signed long long __b) { in vec_min() function
3977 vec_min(vector signed long long __a, vector bool long long __b) { in vec_min() function
3982 vec_min(vector unsigned long long __a, vector unsigned long long __b) { in vec_min() function
3987 vec_min(vector bool long long __a, vector unsigned long long __b) { in vec_min() function
3992 vec_min(vector unsigned long long __a, vector bool long long __b) { in vec_min() function
3997 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, in vec_min() function
4007 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, in vec_min() function