Lines Matching defs:vec_max

8020 vec_max(__vector signed char __a, __vector signed char __b) {  in vec_max()  function
8026 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function
8033 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function
8039 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max() function
8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function
8052 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max() function
8058 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max() function
8064 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max() function
8071 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max() function
8077 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max() function
8083 vec_max(__vector unsigned short __a, __vector __bool short __b) { in vec_max() function
8090 vec_max(__vector __bool short __a, __vector unsigned short __b) { in vec_max() function
8096 vec_max(__vector signed int __a, __vector signed int __b) { in vec_max() function
8102 vec_max(__vector signed int __a, __vector __bool int __b) { in vec_max() function
8109 vec_max(__vector __bool int __a, __vector signed int __b) { in vec_max() function
8115 vec_max(__vector unsigned int __a, __vector unsigned int __b) { in vec_max() function
8121 vec_max(__vector unsigned int __a, __vector __bool int __b) { in vec_max() function
8128 vec_max(__vector __bool int __a, __vector unsigned int __b) { in vec_max() function
8134 vec_max(__vector signed long long __a, __vector signed long long __b) { in vec_max() function
8140 vec_max(__vector signed long long __a, __vector __bool long long __b) { in vec_max() function
8147 vec_max(__vector __bool long long __a, __vector signed long long __b) { in vec_max() function
8153 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_max() function
8159 vec_max(__vector unsigned long long __a, __vector __bool long long __b) { in vec_max() function
8166 vec_max(__vector __bool long long __a, __vector unsigned long long __b) { in vec_max() function
8173 vec_max(__vector float __a, __vector float __b) { in vec_max() function
8179 vec_max(__vector double __a, __vector double __b) { in vec_max() function