Lines Matching defs:vec_cmpgt
2131 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
2136 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
2140 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function
2146 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
2150 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function
2156 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
2162 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2167 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
2172 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2193 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
2212 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function
2223 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
2230 vec_cmpgt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpgt() function
2235 vec_cmpgt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpgt() function