Lines Matching defs:vec_cmplt
2435 vec_cmplt(vector signed char __a, vector signed char __b) { in vec_cmplt() function
2440 vec_cmplt(vector unsigned char __a, vector unsigned char __b) { in vec_cmplt() function
2444 static __inline__ vector bool short __ATTRS_o_ai vec_cmplt(vector short __a, in vec_cmplt() function
2450 vec_cmplt(vector unsigned short __a, vector unsigned short __b) { in vec_cmplt() function
2454 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector int __a, in vec_cmplt() function
2460 vec_cmplt(vector unsigned int __a, vector unsigned int __b) { in vec_cmplt() function
2464 static __inline__ vector bool int __ATTRS_o_ai vec_cmplt(vector float __a, in vec_cmplt() function
2471 vec_cmplt(vector double __a, vector double __b) { in vec_cmplt() function
2478 vec_cmplt(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmplt() function
2483 vec_cmplt(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmplt() function
2490 vec_cmplt(vector signed long long __a, vector signed long long __b) { in vec_cmplt() function
2495 vec_cmplt(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmplt() function