Lines Matching defs:vec_all_lt

11702 vec_all_lt(vector signed char __a, vector signed char __b)  in vec_all_lt()  function
11708 vec_all_lt(vector signed char __a, vector bool char __b) in vec_all_lt() function
11714 vec_all_lt(vector unsigned char __a, vector unsigned char __b) in vec_all_lt() function
11720 vec_all_lt(vector unsigned char __a, vector bool char __b) in vec_all_lt() function
11726 vec_all_lt(vector bool char __a, vector signed char __b) in vec_all_lt() function
11734 vec_all_lt(vector bool char __a, vector unsigned char __b) in vec_all_lt() function
11740 vec_all_lt(vector bool char __a, vector bool char __b) in vec_all_lt() function
11748 vec_all_lt(vector short __a, vector short __b) in vec_all_lt() function
11754 vec_all_lt(vector short __a, vector bool short __b) in vec_all_lt() function
11760 vec_all_lt(vector unsigned short __a, vector unsigned short __b) in vec_all_lt() function
11766 vec_all_lt(vector unsigned short __a, vector bool short __b) in vec_all_lt() function
11772 vec_all_lt(vector bool short __a, vector short __b) in vec_all_lt() function
11780 vec_all_lt(vector bool short __a, vector unsigned short __b) in vec_all_lt() function
11786 vec_all_lt(vector bool short __a, vector bool short __b) in vec_all_lt() function
11794 vec_all_lt(vector int __a, vector int __b) in vec_all_lt() function
11800 vec_all_lt(vector int __a, vector bool int __b) in vec_all_lt() function
11806 vec_all_lt(vector unsigned int __a, vector unsigned int __b) in vec_all_lt() function
11812 vec_all_lt(vector unsigned int __a, vector bool int __b) in vec_all_lt() function
11818 vec_all_lt(vector bool int __a, vector int __b) in vec_all_lt() function
11826 vec_all_lt(vector bool int __a, vector unsigned int __b) in vec_all_lt() function
11832 vec_all_lt(vector bool int __a, vector bool int __b) in vec_all_lt() function
11841 vec_all_lt(vector signed long long __a, vector signed long long __b) in vec_all_lt() function
11847 vec_all_lt(vector unsigned long long __a, vector unsigned long long __b) in vec_all_lt() function
11853 vec_all_lt(vector signed long long __a, vector bool long long __b) in vec_all_lt() function
11860 vec_all_lt(vector unsigned long long __a, vector bool long long __b) in vec_all_lt() function
11867 vec_all_lt(vector bool long long __a, vector signed long long __b) in vec_all_lt() function
11875 vec_all_lt(vector bool long long __a, vector unsigned long long __b) in vec_all_lt() function
11882 vec_all_lt(vector bool long long __a, vector bool long long __b) in vec_all_lt() function
11891 vec_all_lt(vector float __a, vector float __b) in vec_all_lt() function