• Home
  • Raw
  • Download

Lines Matching defs:vec_max

6408 vec_max(vector signed char __a, vector signed char __b) {  in vec_max()  function
6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function
6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function
6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
6464 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function
6470 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function
6476 vec_max(vector signed int __a, vector signed int __b) { in vec_max() function
6481 vec_max(vector signed int __a, vector bool int __b) { in vec_max() function
6487 vec_max(vector bool int __a, vector signed int __b) { in vec_max() function
6493 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function
6498 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max() function
6504 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
6510 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max() function
6515 vec_max(vector signed long long __a, vector bool long long __b) { in vec_max() function
6521 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max() function
6527 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max() function
6532 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max() function
6538 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max() function
6544 vec_max(vector double __a, vector double __b) { in vec_max() function