Lines Matching refs:vec_max

2604 vec_max(vector signed char __a, vector signed char __b)  in vec_max()  function
2610 vec_max(vector bool char __a, vector signed char __b) in vec_max() function
2616 vec_max(vector signed char __a, vector bool char __b) in vec_max() function
2622 vec_max(vector unsigned char __a, vector unsigned char __b) in vec_max() function
2628 vec_max(vector bool char __a, vector unsigned char __b) in vec_max() function
2634 vec_max(vector unsigned char __a, vector bool char __b) in vec_max() function
2640 vec_max(vector short __a, vector short __b) in vec_max() function
2646 vec_max(vector bool short __a, vector short __b) in vec_max() function
2652 vec_max(vector short __a, vector bool short __b) in vec_max() function
2658 vec_max(vector unsigned short __a, vector unsigned short __b) in vec_max() function
2664 vec_max(vector bool short __a, vector unsigned short __b) in vec_max() function
2670 vec_max(vector unsigned short __a, vector bool short __b) in vec_max() function
2676 vec_max(vector int __a, vector int __b) in vec_max() function
2682 vec_max(vector bool int __a, vector int __b) in vec_max() function
2688 vec_max(vector int __a, vector bool int __b) in vec_max() function
2694 vec_max(vector unsigned int __a, vector unsigned int __b) in vec_max() function
2700 vec_max(vector bool int __a, vector unsigned int __b) in vec_max() function
2706 vec_max(vector unsigned int __a, vector bool int __b) in vec_max() function
2713 vec_max(vector signed long long __a, vector signed long long __b) in vec_max() function
2719 vec_max(vector unsigned long long __a, vector unsigned long long __b) in vec_max() function
2726 vec_max(vector float __a, vector float __b) in vec_max() function
2737 vec_max(vector double __a, vector double __b) in vec_max() function