Lines Matching refs:__res
106 vector unsigned int __res = (vector unsigned int)__a in vec_abs() local
108 return (vector float)__res; in vec_abs()
763 vector unsigned int __res = (vector unsigned int)__a & (vector unsigned int)__b; in vec_and() local
764 return (vector float)__res; in vec_and()
770 vector unsigned int __res = (vector unsigned int)__a & (vector unsigned int)__b; in vec_and() local
771 return (vector float)__res; in vec_and()
777 vector unsigned int __res = (vector unsigned int)__a & (vector unsigned int)__b; in vec_and() local
778 return (vector float)__res; in vec_and()
912 vector unsigned int __res = (vector unsigned int)__a & (vector unsigned int)__b; in vec_vand() local
913 return (vector float)__res; in vec_vand()
919 vector unsigned int __res = (vector unsigned int)__a & (vector unsigned int)__b; in vec_vand() local
920 return (vector float)__res; in vec_vand()
926 vector unsigned int __res = (vector unsigned int)__a & (vector unsigned int)__b; in vec_vand() local
927 return (vector float)__res; in vec_vand()
1063 vector unsigned int __res = (vector unsigned int)__a & ~(vector unsigned int)__b; in vec_andc() local
1064 return (vector float)__res; in vec_andc()
1070 vector unsigned int __res = (vector unsigned int)__a & ~(vector unsigned int)__b; in vec_andc() local
1071 return (vector float)__res; in vec_andc()
1077 vector unsigned int __res = (vector unsigned int)__a & ~(vector unsigned int)__b; in vec_andc() local
1078 return (vector float)__res; in vec_andc()
1212 vector unsigned int __res = (vector unsigned int)__a & ~(vector unsigned int)__b; in vec_vandc() local
1213 return (vector float)__res; in vec_vandc()
1219 vector unsigned int __res = (vector unsigned int)__a & ~(vector unsigned int)__b; in vec_vandc() local
1220 return (vector float)__res; in vec_vandc()
1226 vector unsigned int __res = (vector unsigned int)__a & ~(vector unsigned int)__b; in vec_vandc() local
1227 return (vector float)__res; in vec_vandc()
4081 vector unsigned int __res = ~((vector unsigned int)__a | (vector unsigned int)__b); in vec_nor() local
4082 return (vector float)__res; in vec_nor()
4144 vector unsigned int __res = ~((vector unsigned int)__a | (vector unsigned int)__b); in vec_vnor() local
4145 return (vector float)__res; in vec_vnor()
4281 vector unsigned int __res = (vector unsigned int)__a | (vector unsigned int)__b; in vec_or() local
4282 return (vector float)__res; in vec_or()
4288 vector unsigned int __res = (vector unsigned int)__a | (vector unsigned int)__b; in vec_or() local
4289 return (vector float)__res; in vec_or()
4295 vector unsigned int __res = (vector unsigned int)__a | (vector unsigned int)__b; in vec_or() local
4296 return (vector float)__res; in vec_or()
4430 vector unsigned int __res = (vector unsigned int)__a | (vector unsigned int)__b; in vec_vor() local
4431 return (vector float)__res; in vec_vor()
4437 vector unsigned int __res = (vector unsigned int)__a | (vector unsigned int)__b; in vec_vor() local
4438 return (vector float)__res; in vec_vor()
4444 vector unsigned int __res = (vector unsigned int)__a | (vector unsigned int)__b; in vec_vor() local
4445 return (vector float)__res; in vec_vor()
5404 vector int __res = ((vector int)__a & ~(vector int)__c) in vec_sel() local
5406 return (vector float)__res; in vec_sel()
5412 vector int __res = ((vector int)__a & ~(vector int)__c) in vec_sel() local
5414 return (vector float)__res; in vec_sel()
5532 vector int __res = ((vector int)__a & ~(vector int)__c) in vec_vsel() local
5534 return (vector float)__res; in vec_vsel()
5540 vector int __res = ((vector int)__a & ~(vector int)__c) in vec_vsel() local
5542 return (vector float)__res; in vec_vsel()
9335 vector unsigned int __res = (vector unsigned int)__a ^ (vector unsigned int)__b; in vec_xor() local
9336 return (vector float)__res; in vec_xor()
9342 vector unsigned int __res = (vector unsigned int)__a ^ (vector unsigned int)__b; in vec_xor() local
9343 return (vector float)__res; in vec_xor()
9349 vector unsigned int __res = (vector unsigned int)__a ^ (vector unsigned int)__b; in vec_xor() local
9350 return (vector float)__res; in vec_xor()
9484 vector unsigned int __res = (vector unsigned int)__a ^ (vector unsigned int)__b; in vec_vxor() local
9485 return (vector float)__res; in vec_vxor()
9491 vector unsigned int __res = (vector unsigned int)__a ^ (vector unsigned int)__b; in vec_vxor() local
9492 return (vector float)__res; in vec_vxor()
9498 vector unsigned int __res = (vector unsigned int)__a ^ (vector unsigned int)__b; in vec_vxor() local
9499 return (vector float)__res; in vec_vxor()
10808 vector signed char __res = (vector signed char)(0); in vec_promote() local
10809 __res[__b] = __a; in vec_promote()
10810 return __res; in vec_promote()
10816 vector unsigned char __res = (vector unsigned char)(0); in vec_promote() local
10817 __res[__b] = __a; in vec_promote()
10818 return __res; in vec_promote()
10824 vector short __res = (vector short)(0); in vec_promote() local
10825 __res[__b] = __a; in vec_promote()
10826 return __res; in vec_promote()
10832 vector unsigned short __res = (vector unsigned short)(0); in vec_promote() local
10833 __res[__b] = __a; in vec_promote()
10834 return __res; in vec_promote()
10840 vector int __res = (vector int)(0); in vec_promote() local
10841 __res[__b] = __a; in vec_promote()
10842 return __res; in vec_promote()
10848 vector unsigned int __res = (vector unsigned int)(0); in vec_promote() local
10849 __res[__b] = __a; in vec_promote()
10850 return __res; in vec_promote()
10856 vector float __res = (vector float)(0); in vec_promote() local
10857 __res[__b] = __a; in vec_promote()
10858 return __res; in vec_promote()