Lines Matching defs:vec_any_eq

4239 /*-- vec_any_eq -------------------------------------------------------------*/
4242 vec_any_eq(__vector signed char __a, __vector signed char __b) {
4250 vec_any_eq(__vector signed char __a, __vector __bool char __b) {
4258 vec_any_eq(__vector __bool char __a, __vector signed char __b) {
4265 vec_any_eq(__vector unsigned char __a, __vector unsigned char __b) {
4274 vec_any_eq(__vector unsigned char __a, __vector __bool char __b) {
4283 vec_any_eq(__vector __bool char __a, __vector unsigned char __b) {
4291 vec_any_eq(__vector __bool char __a, __vector __bool char __b) {
4299 vec_any_eq(__vector signed short __a, __vector signed short __b) {
4307 vec_any_eq(__vector signed short __a, __vector __bool short __b) {
4315 vec_any_eq(__vector __bool short __a, __vector signed short __b) {
4322 vec_any_eq(__vector unsigned short __a, __vector unsigned short __b) {
4331 vec_any_eq(__vector unsigned short __a, __vector __bool short __b) {
4340 vec_any_eq(__vector __bool short __a, __vector unsigned short __b) {
4348 vec_any_eq(__vector __bool short __a, __vector __bool short __b) {
4356 vec_any_eq(__vector signed int __a, __vector signed int __b) {
4364 vec_any_eq(__vector signed int __a, __vector __bool int __b) {
4372 vec_any_eq(__vector __bool int __a, __vector signed int __b) {
4379 vec_any_eq(__vector unsigned int __a, __vector unsigned int __b) {
4388 vec_any_eq(__vector unsigned int __a, __vector __bool int __b) {
4397 vec_any_eq(__vector __bool int __a, __vector unsigned int __b) {
4405 vec_any_eq(__vector __bool int __a, __vector __bool int __b) {
4413 vec_any_eq(__vector signed long long __a, __vector signed long long __b) {
4421 vec_any_eq(__vector signed long long __a, __vector __bool long long __b) {
4429 vec_any_eq(__vector __bool long long __a, __vector signed long long __b) {
4436 vec_any_eq(__vector unsigned long long __a, __vector unsigned long long __b) {
4445 vec_any_eq(__vector unsigned long long __a, __vector __bool long long __b) {
4454 vec_any_eq(__vector __bool long long __a, __vector unsigned long long __b) {
4462 vec_any_eq(__vector __bool long long __a, __vector __bool long long __b) {
4471 vec_any_eq(__vector float __a, __vector float __b) {
4479 vec_any_eq(__vector double __a, __vector double __b) {