Lines Matching defs:vec_max
2575 vec_max(vector signed char __a, vector signed char __b) in vec_max() function
2581 vec_max(vector bool char __a, vector signed char __b) in vec_max() function
2587 vec_max(vector signed char __a, vector bool char __b) in vec_max() function
2593 vec_max(vector unsigned char __a, vector unsigned char __b) in vec_max() function
2599 vec_max(vector bool char __a, vector unsigned char __b) in vec_max() function
2605 vec_max(vector unsigned char __a, vector bool char __b) in vec_max() function
2611 vec_max(vector short __a, vector short __b) in vec_max() function
2617 vec_max(vector bool short __a, vector short __b) in vec_max() function
2623 vec_max(vector short __a, vector bool short __b) in vec_max() function
2629 vec_max(vector unsigned short __a, vector unsigned short __b) in vec_max() function
2635 vec_max(vector bool short __a, vector unsigned short __b) in vec_max() function
2641 vec_max(vector unsigned short __a, vector bool short __b) in vec_max() function
2647 vec_max(vector int __a, vector int __b) in vec_max() function
2653 vec_max(vector bool int __a, vector int __b) in vec_max() function
2659 vec_max(vector int __a, vector bool int __b) in vec_max() function
2665 vec_max(vector unsigned int __a, vector unsigned int __b) in vec_max() function
2671 vec_max(vector bool int __a, vector unsigned int __b) in vec_max() function
2677 vec_max(vector unsigned int __a, vector bool int __b) in vec_max() function
2683 vec_max(vector float __a, vector float __b) in vec_max() function
2694 vec_max(vector double __a, vector double __b) in vec_max() function