Lines Matching refs:__res
127 vector unsigned int __res = in vec_abs() local
129 return (vector float)__res; in vec_abs()
134 vector unsigned long long __res = { 0x7FFFFFFFFFFFFFFF, 0x7FFFFFFFFFFFFFFF }; in vec_abs() local
135 __res &= (vector unsigned int)__a; in vec_abs()
136 return (vector double)__res; in vec_abs()
806 vector unsigned int __res = in vec_and() local
808 return (vector float)__res; in vec_and()
813 vector unsigned int __res = in vec_and() local
815 return (vector float)__res; in vec_and()
820 vector unsigned int __res = in vec_and() local
822 return (vector float)__res; in vec_and()
827 vector unsigned long long __res = in vec_and() local
829 return (vector double)__res; in vec_and()
833 vector unsigned long long __res = in vec_and() local
835 return (vector double)__res; in vec_and()
839 vector unsigned long long __res = in vec_and() local
841 return (vector double)__res; in vec_and()
984 vector unsigned int __res = in vec_vand() local
986 return (vector float)__res; in vec_vand()
991 vector unsigned int __res = in vec_vand() local
993 return (vector float)__res; in vec_vand()
998 vector unsigned int __res = in vec_vand() local
1000 return (vector float)__res; in vec_vand()
1146 vector unsigned int __res = in vec_andc() local
1148 return (vector float)__res; in vec_andc()
1153 vector unsigned int __res = in vec_andc() local
1155 return (vector float)__res; in vec_andc()
1160 vector unsigned int __res = in vec_andc() local
1162 return (vector float)__res; in vec_andc()
1168 vector unsigned long long __res = in vec_andc() local
1170 return (vector double)__res; in vec_andc()
1175 vector unsigned long long __res = in vec_andc() local
1177 return (vector double)__res; in vec_andc()
1181 vector unsigned long long __res = in vec_andc() local
1183 return (vector double)__res; in vec_andc()
1326 vector unsigned int __res = in vec_vandc() local
1328 return (vector float)__res; in vec_vandc()
1333 vector unsigned int __res = in vec_vandc() local
1335 return (vector float)__res; in vec_vandc()
1340 vector unsigned int __res = in vec_vandc() local
1342 return (vector float)__res; in vec_vandc()
4701 vector unsigned int __res = in vec_nor() local
4703 return (vector float)__res; in vec_nor()
4709 vector unsigned long long __res = in vec_nor() local
4711 return (vector double)__res; in vec_nor()
4761 vector unsigned int __res = in vec_vnor() local
4763 return (vector float)__res; in vec_vnor()
4889 vector unsigned int __res = in vec_or() local
4891 return (vector float)__res; in vec_or()
4895 vector unsigned int __res = in vec_or() local
4897 return (vector float)__res; in vec_or()
4901 vector unsigned int __res = in vec_or() local
4903 return (vector float)__res; in vec_or()
4918 vector unsigned long long __res = in vec_or() local
4920 return (vector double)__res; in vec_or()
5205 vector unsigned int __res = in vec_vor() local
5207 return (vector float)__res; in vec_vor()
5212 vector unsigned int __res = in vec_vor() local
5214 return (vector float)__res; in vec_vor()
5219 vector unsigned int __res = in vec_vor() local
5221 return (vector float)__res; in vec_vor()
6422 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel() local
6424 return (vector float)__res; in vec_sel()
6429 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_sel() local
6431 return (vector float)__res; in vec_sel()
6437 vector long long __res = ((vector long long)__a & ~(vector long long)__c) | in vec_sel() local
6439 return (vector double)__res; in vec_sel()
6444 vector long long __res = ((vector long long)__a & ~(vector long long)__c) | in vec_sel() local
6446 return (vector double)__res; in vec_sel()
6559 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_vsel() local
6561 return (vector float)__res; in vec_vsel()
6566 vector int __res = ((vector int)__a & ~(vector int)__c) | in vec_vsel() local
6568 return (vector float)__res; in vec_vsel()
7860 vector unsigned char __res = (vector unsigned char)__a >> __b; in vec_sr() local
7861 return (vector signed char)__res; in vec_sr()
7871 vector unsigned short __res = (vector unsigned short)__a >> __b; in vec_sr() local
7872 return (vector signed short)__res; in vec_sr()
7882 vector unsigned int __res = (vector unsigned int)__a >> __b; in vec_sr() local
7883 return (vector signed int)__res; in vec_sr()
7894 vector unsigned long long __res = (vector unsigned long long)__a >> __b; in vec_sr() local
7895 return (vector signed long long)__res; in vec_sr()
10254 vector unsigned int __res = in vec_xor() local
10256 return (vector float)__res; in vec_xor()
10261 vector unsigned int __res = in vec_xor() local
10263 return (vector float)__res; in vec_xor()
10268 vector unsigned int __res = in vec_xor() local
10270 return (vector float)__res; in vec_xor()
10432 vector unsigned int __res = in vec_vxor() local
10434 return (vector float)__res; in vec_vxor()
10439 vector unsigned int __res = in vec_vxor() local
10441 return (vector float)__res; in vec_vxor()
10446 vector unsigned int __res = in vec_vxor() local
10448 return (vector float)__res; in vec_vxor()
11504 vector signed char __res = (vector signed char)(0); in vec_promote() local
11505 __res[__b] = __a; in vec_promote()
11506 return __res; in vec_promote()
11511 vector unsigned char __res = (vector unsigned char)(0); in vec_promote() local
11512 __res[__b] = __a; in vec_promote()
11513 return __res; in vec_promote()
11517 vector short __res = (vector short)(0); in vec_promote() local
11518 __res[__b] = __a; in vec_promote()
11519 return __res; in vec_promote()
11524 vector unsigned short __res = (vector unsigned short)(0); in vec_promote() local
11525 __res[__b] = __a; in vec_promote()
11526 return __res; in vec_promote()
11530 vector int __res = (vector int)(0); in vec_promote() local
11531 __res[__b] = __a; in vec_promote()
11532 return __res; in vec_promote()
11536 vector unsigned int __res = (vector unsigned int)(0); in vec_promote() local
11537 __res[__b] = __a; in vec_promote()
11538 return __res; in vec_promote()
11542 vector float __res = (vector float)(0); in vec_promote() local
11543 __res[__b] = __a; in vec_promote()
11544 return __res; in vec_promote()