Lines Matching defs:vec_any_eq
12140 /* vec_any_eq */
12143 vec_any_eq(vector signed char __a, vector signed char __b)
12150 vec_any_eq(vector signed char __a, vector bool char __b)
12157 vec_any_eq(vector unsigned char __a, vector unsigned char __b)
12164 vec_any_eq(vector unsigned char __a, vector bool char __b)
12171 vec_any_eq(vector bool char __a, vector signed char __b)
12178 vec_any_eq(vector bool char __a, vector unsigned char __b)
12185 vec_any_eq(vector bool char __a, vector bool char __b)
12192 vec_any_eq(vector short __a, vector short __b)
12198 vec_any_eq(vector short __a, vector bool short __b)
12204 vec_any_eq(vector unsigned short __a, vector unsigned short __b)
12212 vec_any_eq(vector unsigned short __a, vector bool short __b)
12220 vec_any_eq(vector bool short __a, vector short __b)
12228 vec_any_eq(vector bool short __a, vector unsigned short __b)
12236 vec_any_eq(vector bool short __a, vector bool short __b)
12244 vec_any_eq(vector pixel __a, vector pixel __b)
12252 vec_any_eq(vector int __a, vector int __b)
12258 vec_any_eq(vector int __a, vector bool int __b)
12264 vec_any_eq(vector unsigned int __a, vector unsigned int __b)
12271 vec_any_eq(vector unsigned int __a, vector bool int __b)
12278 vec_any_eq(vector bool int __a, vector int __b)
12285 vec_any_eq(vector bool int __a, vector unsigned int __b)
12292 vec_any_eq(vector bool int __a, vector bool int __b)
12300 vec_any_eq(vector signed long long __a, vector signed long long __b)
12306 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b)
12314 vec_any_eq(vector signed long long __a, vector bool long long __b)
12321 vec_any_eq(vector unsigned long long __a, vector bool long long __b)
12329 vec_any_eq(vector bool long long __a, vector signed long long __b)
12337 vec_any_eq(vector bool long long __a, vector unsigned long long __b)
12345 vec_any_eq(vector bool long long __a, vector bool long long __b)
12354 vec_any_eq(vector float __a, vector float __b)