Lines Matching defs:vec_all_gt

11301 vec_all_gt(vector signed char __a, vector signed char __b)  in vec_all_gt()  function
11307 vec_all_gt(vector signed char __a, vector bool char __b) in vec_all_gt() function
11313 vec_all_gt(vector unsigned char __a, vector unsigned char __b) in vec_all_gt() function
11319 vec_all_gt(vector unsigned char __a, vector bool char __b) in vec_all_gt() function
11325 vec_all_gt(vector bool char __a, vector signed char __b) in vec_all_gt() function
11333 vec_all_gt(vector bool char __a, vector unsigned char __b) in vec_all_gt() function
11339 vec_all_gt(vector bool char __a, vector bool char __b) in vec_all_gt() function
11347 vec_all_gt(vector short __a, vector short __b) in vec_all_gt() function
11353 vec_all_gt(vector short __a, vector bool short __b) in vec_all_gt() function
11359 vec_all_gt(vector unsigned short __a, vector unsigned short __b) in vec_all_gt() function
11365 vec_all_gt(vector unsigned short __a, vector bool short __b) in vec_all_gt() function
11371 vec_all_gt(vector bool short __a, vector short __b) in vec_all_gt() function
11379 vec_all_gt(vector bool short __a, vector unsigned short __b) in vec_all_gt() function
11385 vec_all_gt(vector bool short __a, vector bool short __b) in vec_all_gt() function
11393 vec_all_gt(vector int __a, vector int __b) in vec_all_gt() function
11399 vec_all_gt(vector int __a, vector bool int __b) in vec_all_gt() function
11405 vec_all_gt(vector unsigned int __a, vector unsigned int __b) in vec_all_gt() function
11411 vec_all_gt(vector unsigned int __a, vector bool int __b) in vec_all_gt() function
11417 vec_all_gt(vector bool int __a, vector int __b) in vec_all_gt() function
11425 vec_all_gt(vector bool int __a, vector unsigned int __b) in vec_all_gt() function
11431 vec_all_gt(vector bool int __a, vector bool int __b) in vec_all_gt() function
11440 vec_all_gt(vector signed long long __a, vector signed long long __b) in vec_all_gt() function
11445 vec_all_gt(vector signed long long __a, vector bool long long __b) in vec_all_gt() function
11452 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) in vec_all_gt() function
11458 vec_all_gt(vector unsigned long long __a, vector bool long long __b) in vec_all_gt() function
11465 vec_all_gt(vector bool long long __a, vector signed long long __b) in vec_all_gt() function
11473 vec_all_gt(vector bool long long __a, vector unsigned long long __b) in vec_all_gt() function
11480 vec_all_gt(vector bool long long __a, vector bool long long __b) in vec_all_gt() function
11489 vec_all_gt(vector float __a, vector float __b) in vec_all_gt() function