Lines Matching defs:vec_min
5355 vec_min(vector signed char __a, vector signed char __b) { in vec_min() function
5360 vec_min(vector bool char __a, vector signed char __b) { in vec_min() function
5365 vec_min(vector signed char __a, vector bool char __b) { in vec_min() function
5370 vec_min(vector unsigned char __a, vector unsigned char __b) { in vec_min() function
5375 vec_min(vector bool char __a, vector unsigned char __b) { in vec_min() function
5380 vec_min(vector unsigned char __a, vector bool char __b) { in vec_min() function
5384 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
5389 static __inline__ vector short __ATTRS_o_ai vec_min(vector bool short __a, in vec_min() function
5394 static __inline__ vector short __ATTRS_o_ai vec_min(vector short __a, in vec_min() function
5400 vec_min(vector unsigned short __a, vector unsigned short __b) { in vec_min() function
5405 vec_min(vector bool short __a, vector unsigned short __b) { in vec_min() function
5410 vec_min(vector unsigned short __a, vector bool short __b) { in vec_min() function
5414 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
5419 static __inline__ vector int __ATTRS_o_ai vec_min(vector bool int __a, in vec_min() function
5424 static __inline__ vector int __ATTRS_o_ai vec_min(vector int __a, in vec_min() function
5430 vec_min(vector unsigned int __a, vector unsigned int __b) { in vec_min() function
5435 vec_min(vector bool int __a, vector unsigned int __b) { in vec_min() function
5440 vec_min(vector unsigned int __a, vector bool int __b) { in vec_min() function
5446 vec_min(vector signed long long __a, vector signed long long __b) { in vec_min() function
5451 vec_min(vector bool long long __a, vector signed long long __b) { in vec_min() function
5456 vec_min(vector signed long long __a, vector bool long long __b) { in vec_min() function
5461 vec_min(vector unsigned long long __a, vector unsigned long long __b) { in vec_min() function
5466 vec_min(vector bool long long __a, vector unsigned long long __b) { in vec_min() function
5471 vec_min(vector unsigned long long __a, vector bool long long __b) { in vec_min() function
5476 static __inline__ vector float __ATTRS_o_ai vec_min(vector float __a, in vec_min() function
5486 static __inline__ vector double __ATTRS_o_ai vec_min(vector double __a, in vec_min() function