Lines Matching defs:vec_max

2918 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a,  in vec_max()  function
2923 static vector signed char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2928 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, in vec_max() function
2933 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2938 static vector unsigned char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2943 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2948 static vector short __ATTRS_o_ai vec_max(vector short __a, vector short __b) { in vec_max() function
2952 static vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
2957 static vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
2962 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, in vec_max() function
2967 static vector unsigned short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
2972 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, in vec_max() function
2977 static vector int __ATTRS_o_ai vec_max(vector int __a, vector int __b) { in vec_max() function
2981 static vector int __ATTRS_o_ai vec_max(vector bool int __a, vector int __b) { in vec_max() function
2985 static vector int __ATTRS_o_ai vec_max(vector int __a, vector bool int __b) { in vec_max() function
2989 static vector unsigned int __ATTRS_o_ai vec_max(vector unsigned int __a, in vec_max() function
2994 static vector unsigned int __ATTRS_o_ai vec_max(vector bool int __a, in vec_max() function
2999 static vector unsigned int __ATTRS_o_ai vec_max(vector unsigned int __a, in vec_max() function
3006 vec_max(vector signed long long __a, vector signed long long __b) { in vec_max() function
3011 vec_max(vector bool long long __a, vector signed long long __b) { in vec_max() function
3015 static vector signed long long __ATTRS_o_ai vec_max(vector signed long long __a, in vec_max() function
3021 vec_max(vector unsigned long long __a, vector unsigned long long __b) { in vec_max() function
3026 vec_max(vector bool long long __a, vector unsigned long long __b) { in vec_max() function
3031 vec_max(vector unsigned long long __a, vector bool long long __b) { in vec_max() function
3036 static vector float __ATTRS_o_ai vec_max(vector float __a, vector float __b) { in vec_max() function
3045 static vector double __ATTRS_o_ai vec_max(vector double __a, in vec_max() function