• Home
  • Raw
  • Download

Lines Matching defs:vec_max

3028 vec_max(vector signed char __a, vector signed char __b) {  in vec_max()  function
3033 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
3038 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
3043 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
3048 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
3053 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
3057 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
3062 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
3067 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
3073 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
3078 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function
3083 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function
3087 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max() function
3092 static __inline__ vector int __ATTRS_o_ai vec_max(vector bool int __a, in vec_max() function
3097 static __inline__ vector int __ATTRS_o_ai vec_max(vector int __a, in vec_max() function
3103 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function
3108 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function
3113 vec_max(vector unsigned int __a, vector bool int __b) { in vec_max() function
3119 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max() function
3124 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max() function
3129 vec_max(vector signed long long __a, vector bool long long __b) { in vec_max() function
3134 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max() function
3139 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max() function
3144 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max() function
3149 static __inline__ vector float __ATTRS_o_ai vec_max(vector float __a, in vec_max() function
3159 static __inline__ vector double __ATTRS_o_ai vec_max(vector double __a, in vec_max() function