Lines Matching defs:vec_all_gt
3326 vec_all_gt(__vector signed char __a, __vector signed char __b) { in vec_all_gt() function
3334 vec_all_gt(__vector signed char __a, __vector __bool char __b) { in vec_all_gt() function
3342 vec_all_gt(__vector __bool char __a, __vector signed char __b) { in vec_all_gt() function
3349 vec_all_gt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_gt() function
3357 vec_all_gt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_gt() function
3365 vec_all_gt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_gt() function
3373 vec_all_gt(__vector __bool char __a, __vector __bool char __b) { in vec_all_gt() function
3381 vec_all_gt(__vector signed short __a, __vector signed short __b) { in vec_all_gt() function
3389 vec_all_gt(__vector signed short __a, __vector __bool short __b) { in vec_all_gt() function
3397 vec_all_gt(__vector __bool short __a, __vector signed short __b) { in vec_all_gt() function
3404 vec_all_gt(__vector unsigned short __a, __vector unsigned short __b) { in vec_all_gt() function
3412 vec_all_gt(__vector unsigned short __a, __vector __bool short __b) { in vec_all_gt() function
3420 vec_all_gt(__vector __bool short __a, __vector unsigned short __b) { in vec_all_gt() function
3428 vec_all_gt(__vector __bool short __a, __vector __bool short __b) { in vec_all_gt() function
3436 vec_all_gt(__vector signed int __a, __vector signed int __b) { in vec_all_gt() function
3444 vec_all_gt(__vector signed int __a, __vector __bool int __b) { in vec_all_gt() function
3452 vec_all_gt(__vector __bool int __a, __vector signed int __b) { in vec_all_gt() function
3459 vec_all_gt(__vector unsigned int __a, __vector unsigned int __b) { in vec_all_gt() function
3467 vec_all_gt(__vector unsigned int __a, __vector __bool int __b) { in vec_all_gt() function
3475 vec_all_gt(__vector __bool int __a, __vector unsigned int __b) { in vec_all_gt() function
3483 vec_all_gt(__vector __bool int __a, __vector __bool int __b) { in vec_all_gt() function
3491 vec_all_gt(__vector signed long long __a, __vector signed long long __b) { in vec_all_gt() function
3499 vec_all_gt(__vector signed long long __a, __vector __bool long long __b) { in vec_all_gt() function
3507 vec_all_gt(__vector __bool long long __a, __vector signed long long __b) { in vec_all_gt() function
3514 vec_all_gt(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_all_gt() function
3522 vec_all_gt(__vector unsigned long long __a, __vector __bool long long __b) { in vec_all_gt() function
3530 vec_all_gt(__vector __bool long long __a, __vector unsigned long long __b) { in vec_all_gt() function
3538 vec_all_gt(__vector __bool long long __a, __vector __bool long long __b) { in vec_all_gt() function
3547 vec_all_gt(__vector float __a, __vector float __b) { in vec_all_gt() function
3555 vec_all_gt(__vector double __a, __vector double __b) { in vec_all_gt() function