Lines Matching defs:vec_cmple
2194 vec_cmple(vector signed char __a, vector signed char __b) { in vec_cmple() function
2199 vec_cmple(vector unsigned char __a, vector unsigned char __b) { in vec_cmple() function
2204 vec_cmple(vector signed short __a, vector signed short __b) { in vec_cmple() function
2209 vec_cmple(vector unsigned short __a, vector unsigned short __b) { in vec_cmple() function
2214 vec_cmple(vector signed int __a, vector signed int __b) { in vec_cmple() function
2219 vec_cmple(vector unsigned int __a, vector unsigned int __b) { in vec_cmple() function
2223 static __inline__ vector bool int __ATTRS_o_ai vec_cmple(vector float __a, in vec_cmple() function
2230 vec_cmple(vector double __a, vector double __b) { in vec_cmple() function
2237 vec_cmple(vector signed long long __a, vector signed long long __b) { in vec_cmple() function
2242 vec_cmple(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmple() function
2249 vec_cmple(vector signed __int128 __a, vector signed __int128 __b) { in vec_cmple() function
2254 vec_cmple(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_cmple() function