Lines Matching defs:vec_max
4451 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
4456 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4461 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4466 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4471 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4476 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4480 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4485 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
4490 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4496 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
4501 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function
4506 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function
4510 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max() function
4515 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, in vec_max() function
4520 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max() function
4526 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function
4531 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
4536 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max() function
4542 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max() function
4547 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max() function
4552 vec_max(vector signed long long __a, vector bool long long __b) { in vec_max() function
4557 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max() function
4562 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max() function
4567 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max() function
4572 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, in vec_max() function
4582 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, in vec_max() function