Lines Matching defs:vec_eqv
6319 vec_eqv(__vector __bool char __a, __vector __bool char __b) { in vec_eqv() function
6324 vec_eqv(__vector signed char __a, __vector signed char __b) { in vec_eqv() function
6329 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) { in vec_eqv() function
6334 vec_eqv(__vector __bool short __a, __vector __bool short __b) { in vec_eqv() function
6339 vec_eqv(__vector signed short __a, __vector signed short __b) { in vec_eqv() function
6344 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) { in vec_eqv() function
6349 vec_eqv(__vector __bool int __a, __vector __bool int __b) { in vec_eqv() function
6354 vec_eqv(__vector signed int __a, __vector signed int __b) { in vec_eqv() function
6359 vec_eqv(__vector unsigned int __a, __vector unsigned int __b) { in vec_eqv() function
6364 vec_eqv(__vector __bool long long __a, __vector __bool long long __b) { in vec_eqv() function
6369 vec_eqv(__vector signed long long __a, __vector signed long long __b) { in vec_eqv() function
6374 vec_eqv(__vector unsigned long long __a, __vector unsigned long long __b) { in vec_eqv() function
6379 vec_eqv(__vector float __a, __vector float __b) { in vec_eqv() function
6385 vec_eqv(__vector double __a, __vector double __b) { in vec_eqv() function