Lines Matching defs:vec_max
2378 vec_max(vector signed char __a, vector signed char __b) in vec_max() function
2384 vec_max(vector bool char __a, vector signed char __b) in vec_max() function
2390 vec_max(vector signed char __a, vector bool char __b) in vec_max() function
2396 vec_max(vector unsigned char __a, vector unsigned char __b) in vec_max() function
2402 vec_max(vector bool char __a, vector unsigned char __b) in vec_max() function
2408 vec_max(vector unsigned char __a, vector bool char __b) in vec_max() function
2414 vec_max(vector short __a, vector short __b) in vec_max() function
2420 vec_max(vector bool short __a, vector short __b) in vec_max() function
2426 vec_max(vector short __a, vector bool short __b) in vec_max() function
2432 vec_max(vector unsigned short __a, vector unsigned short __b) in vec_max() function
2438 vec_max(vector bool short __a, vector unsigned short __b) in vec_max() function
2444 vec_max(vector unsigned short __a, vector bool short __b) in vec_max() function
2450 vec_max(vector int __a, vector int __b) in vec_max() function
2456 vec_max(vector bool int __a, vector int __b) in vec_max() function
2462 vec_max(vector int __a, vector bool int __b) in vec_max() function
2468 vec_max(vector unsigned int __a, vector unsigned int __b) in vec_max() function
2474 vec_max(vector bool int __a, vector unsigned int __b) in vec_max() function
2480 vec_max(vector unsigned int __a, vector bool int __b) in vec_max() function
2486 vec_max(vector float __a, vector float __b) in vec_max() function