Lines Matching defs:vec_max
7926 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function
7932 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function
7939 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function
7945 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max() function
7951 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function
7958 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max() function
7964 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max() function
7970 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max() function
7977 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max() function
7983 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max() function
7989 vec_max(__vector unsigned short __a, __vector __bool short __b) { in vec_max() function
7996 vec_max(__vector __bool short __a, __vector unsigned short __b) { in vec_max() function
8002 vec_max(__vector signed int __a, __vector signed int __b) { in vec_max() function
8008 vec_max(__vector signed int __a, __vector __bool int __b) { in vec_max() function
8015 vec_max(__vector __bool int __a, __vector signed int __b) { in vec_max() function
8021 vec_max(__vector unsigned int __a, __vector unsigned int __b) { in vec_max() function
8027 vec_max(__vector unsigned int __a, __vector __bool int __b) { in vec_max() function
8034 vec_max(__vector __bool int __a, __vector unsigned int __b) { in vec_max() function
8040 vec_max(__vector signed long long __a, __vector signed long long __b) { in vec_max() function
8046 vec_max(__vector signed long long __a, __vector __bool long long __b) { in vec_max() function
8053 vec_max(__vector __bool long long __a, __vector signed long long __b) { in vec_max() function
8059 vec_max(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_max() function
8065 vec_max(__vector unsigned long long __a, __vector __bool long long __b) { in vec_max() function
8072 vec_max(__vector __bool long long __a, __vector unsigned long long __b) { in vec_max() function
8079 vec_max(__vector float __a, __vector float __b) { in vec_max() function
8085 vec_max(__vector double __a, __vector double __b) { in vec_max() function