Lines Matching defs:vec_cmpgt
2096 vec_cmpgt(vector signed char __a, vector signed char __b) { in vec_cmpgt() function
2101 vec_cmpgt(vector unsigned char __a, vector unsigned char __b) { in vec_cmpgt() function
2105 static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt(vector short __a, in vec_cmpgt() function
2111 vec_cmpgt(vector unsigned short __a, vector unsigned short __b) { in vec_cmpgt() function
2115 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector int __a, in vec_cmpgt() function
2121 vec_cmpgt(vector unsigned int __a, vector unsigned int __b) { in vec_cmpgt() function
2127 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2132 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
2137 vec_cmpgt(vector signed long long __a, vector signed long long __b) { in vec_cmpgt() function
2158 vec_cmpgt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpgt() function
2177 static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt(vector float __a, in vec_cmpgt() function
2188 vec_cmpgt(vector double __a, vector double __b) { in vec_cmpgt() function
2195 vec_cmpgt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmpgt() function
2201 vec_cmpgt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmpgt() function