Lines Matching defs:__ac
915 __vector unsigned int __ac = (__vector unsigned int)__a;
918 return (__vector float)((__cc & __bc) | (~__cc & __ac));
932 __vector unsigned long long __ac = (__vector unsigned long long)__a;
935 return (__vector double)((__cc & __bc) | (~__cc & __ac));
2285 __vector signed char __ac = (__vector signed char)__a;
2288 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15],
2294 __vector __bool char __ac = (__vector __bool char)__a;
2297 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15],
2303 __vector unsigned char __ac = (__vector unsigned char)__a;
2306 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15],
2312 __vector signed short __ac = (__vector signed short)__a;
2315 __ac[1], __ac[3], __ac[5], __ac[7],
2321 __vector __bool short __ac = (__vector __bool short)__a;
2324 __ac[1], __ac[3], __ac[5], __ac[7],
2330 __vector unsigned short __ac = (__vector unsigned short)__a;
2333 __ac[1], __ac[3], __ac[5], __ac[7],
2339 __vector signed int __ac = (__vector signed int)__a;
2341 return (__vector signed int)(__ac[1], __ac[3], __bc[1], __bc[3]);
2346 __vector __bool int __ac = (__vector __bool int)__a;
2348 return (__vector __bool int)(__ac[1], __ac[3], __bc[1], __bc[3]);
2353 __vector unsigned int __ac = (__vector unsigned int)__a;
2355 return (__vector unsigned int)(__ac[1], __ac[3], __bc[1], __bc[3]);
2360 __vector signed long long __ac = (__vector signed long long)__a;
2362 return (__vector signed long long)(__ac[1], __bc[1]);
2367 __vector __bool long long __ac = (__vector __bool long long)__a;
2369 return (__vector __bool long long)(__ac[1], __bc[1]);
2374 __vector unsigned long long __ac = (__vector unsigned long long)__a;
2376 return (__vector unsigned long long)(__ac[1], __bc[1]);
9438 __vector signed char __ac = (__vector signed char)__a;
9439 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9457 __vector unsigned char __ac = (__vector unsigned char)__a;
9458 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9476 __vector signed short __ac = (__vector signed short)__a;
9477 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9495 __vector unsigned short __ac = (__vector unsigned short)__a;
9496 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9514 __vector signed int __ac = (__vector signed int)__a;
9515 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9533 __vector unsigned int __ac = (__vector unsigned int)__a;
9534 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9552 __vector signed long long __ac = (__vector signed long long)__a;
9553 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9571 __vector unsigned long long __ac = (__vector unsigned long long)__a;
9572 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b));
9618 __vector signed char __ac = (__vector signed char)__a;
9619 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
9637 __vector unsigned char __ac = (__vector unsigned char)__a;
9638 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
9656 __vector signed short __ac = (__vector signed short)__a;
9657 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
9675 __vector unsigned short __ac = (__vector unsigned short)__a;
9676 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
9694 __vector signed int __ac = (__vector signed int)__a;
9695 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
9713 __vector unsigned int __ac = (__vector unsigned int)__a;
9714 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
9732 __vector signed long long __ac = (__vector signed long long)__a;
9733 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));
9751 __vector unsigned long long __ac = (__vector unsigned long long)__a;
9752 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b));