Lines Matching defs:vec_all_gt

2716 vec_all_gt(vector signed char __a, vector signed char __b) {  in vec_all_gt()  function
2723 vec_all_gt(vector signed char __a, vector bool char __b) { in vec_all_gt() function
2730 vec_all_gt(vector bool char __a, vector signed char __b) { in vec_all_gt() function
2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { in vec_all_gt() function
2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { in vec_all_gt() function
2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { in vec_all_gt() function
2758 vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function
2766 vec_all_gt(vector signed short __a, vector signed short __b) { in vec_all_gt() function
2773 vec_all_gt(vector signed short __a, vector bool short __b) { in vec_all_gt() function
2780 vec_all_gt(vector bool short __a, vector signed short __b) { in vec_all_gt() function
2787 vec_all_gt(vector unsigned short __a, vector unsigned short __b) { in vec_all_gt() function
2794 vec_all_gt(vector unsigned short __a, vector bool short __b) { in vec_all_gt() function
2801 vec_all_gt(vector bool short __a, vector unsigned short __b) { in vec_all_gt() function
2808 vec_all_gt(vector bool short __a, vector bool short __b) { in vec_all_gt() function
2816 vec_all_gt(vector signed int __a, vector signed int __b) { in vec_all_gt() function
2823 vec_all_gt(vector signed int __a, vector bool int __b) { in vec_all_gt() function
2830 vec_all_gt(vector bool int __a, vector signed int __b) { in vec_all_gt() function
2837 vec_all_gt(vector unsigned int __a, vector unsigned int __b) { in vec_all_gt() function
2844 vec_all_gt(vector unsigned int __a, vector bool int __b) { in vec_all_gt() function
2851 vec_all_gt(vector bool int __a, vector unsigned int __b) { in vec_all_gt() function
2858 vec_all_gt(vector bool int __a, vector bool int __b) { in vec_all_gt() function
2866 vec_all_gt(vector signed long long __a, vector signed long long __b) { in vec_all_gt() function
2873 vec_all_gt(vector signed long long __a, vector bool long long __b) { in vec_all_gt() function
2880 vec_all_gt(vector bool long long __a, vector signed long long __b) { in vec_all_gt() function
2887 vec_all_gt(vector unsigned long long __a, vector unsigned long long __b) { in vec_all_gt() function
2894 vec_all_gt(vector unsigned long long __a, vector bool long long __b) { in vec_all_gt() function
2901 vec_all_gt(vector bool long long __a, vector unsigned long long __b) { in vec_all_gt() function
2908 vec_all_gt(vector bool long long __a, vector bool long long __b) { in vec_all_gt() function
2916 vec_all_gt(vector double __a, vector double __b) { in vec_all_gt() function