Lines Matching refs:__ac

832   __vector unsigned int __ac = (__vector unsigned int)__a;  in vec_sel()  local
835 return (__vector float)((__cc & __bc) | (~__cc & __ac)); in vec_sel()
849 __vector unsigned long long __ac = (__vector unsigned long long)__a; in vec_sel() local
852 return (__vector double)((__cc & __bc) | (~__cc & __ac)); in vec_sel()
2096 __vector signed char __ac = (__vector signed char)__a; in vec_pack() local
2099 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15], in vec_pack()
2105 __vector __bool char __ac = (__vector __bool char)__a; in vec_pack() local
2108 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15], in vec_pack()
2114 __vector unsigned char __ac = (__vector unsigned char)__a; in vec_pack() local
2117 __ac[1], __ac[3], __ac[5], __ac[7], __ac[9], __ac[11], __ac[13], __ac[15], in vec_pack()
2123 __vector signed short __ac = (__vector signed short)__a; in vec_pack() local
2126 __ac[1], __ac[3], __ac[5], __ac[7], in vec_pack()
2132 __vector __bool short __ac = (__vector __bool short)__a; in vec_pack() local
2135 __ac[1], __ac[3], __ac[5], __ac[7], in vec_pack()
2141 __vector unsigned short __ac = (__vector unsigned short)__a; in vec_pack() local
2144 __ac[1], __ac[3], __ac[5], __ac[7], in vec_pack()
2150 __vector signed int __ac = (__vector signed int)__a; in vec_pack() local
2152 return (__vector signed int)(__ac[1], __ac[3], __bc[1], __bc[3]); in vec_pack()
2157 __vector __bool int __ac = (__vector __bool int)__a; in vec_pack() local
2159 return (__vector __bool int)(__ac[1], __ac[3], __bc[1], __bc[3]); in vec_pack()
2164 __vector unsigned int __ac = (__vector unsigned int)__a; in vec_pack() local
2166 return (__vector unsigned int)(__ac[1], __ac[3], __bc[1], __bc[3]); in vec_pack()
8035 __vector signed char __ac = (__vector signed char)__a; in vec_max() local
8036 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8054 __vector unsigned char __ac = (__vector unsigned char)__a; in vec_max() local
8055 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8073 __vector signed short __ac = (__vector signed short)__a; in vec_max() local
8074 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8092 __vector unsigned short __ac = (__vector unsigned short)__a; in vec_max() local
8093 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8111 __vector signed int __ac = (__vector signed int)__a; in vec_max() local
8112 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8130 __vector unsigned int __ac = (__vector unsigned int)__a; in vec_max() local
8131 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8149 __vector signed long long __ac = (__vector signed long long)__a; in vec_max() local
8150 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8168 __vector unsigned long long __ac = (__vector unsigned long long)__a; in vec_max() local
8169 return vec_sel(__b, __ac, vec_cmpgt(__ac, __b)); in vec_max()
8205 __vector signed char __ac = (__vector signed char)__a; in vec_min() local
8206 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()
8224 __vector unsigned char __ac = (__vector unsigned char)__a; in vec_min() local
8225 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()
8243 __vector signed short __ac = (__vector signed short)__a; in vec_min() local
8244 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()
8262 __vector unsigned short __ac = (__vector unsigned short)__a; in vec_min() local
8263 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()
8281 __vector signed int __ac = (__vector signed int)__a; in vec_min() local
8282 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()
8300 __vector unsigned int __ac = (__vector unsigned int)__a; in vec_min() local
8301 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()
8319 __vector signed long long __ac = (__vector signed long long)__a; in vec_min() local
8320 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()
8338 __vector unsigned long long __ac = (__vector unsigned long long)__a; in vec_min() local
8339 return vec_sel(__ac, __b, vec_cmpgt(__ac, __b)); in vec_min()