Searched refs:v2ua (Results 1 – 3 of 3) sorted by relevance
6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument8 (void)(v2ua & v2ua); in test1()12 (void)(~v2ua); in test1()16 …v2ua = (v2ua==v2sa); // expected-warning{{incompatible vector types assigning to 'v2u' (vector of … in test1()17 v2sa = (v2ua==v2sa); in test1()20 …int array1[v2ua]; // expected-error{{size of array has non-integer type 'v2u' (vector of 2 'unsign… in test1()23 (void)(array2[v2ua]); // expected-error{{array subscript is not an integer}} in test1()30 void testLogicalVecVec(v2u v2ua, v2s v2sa, v2f v2fa) { in testLogicalVecVec() argument32 …v2ua = v2ua && v2ua; // expected-error {{logical expression with vector types 'v2u' (vector of 2 '… in testLogicalVecVec()33 …v2ua = v2ua || v2ua; // expected-error {{logical expression with vector types 'v2u' (vector of 2 '… in testLogicalVecVec()[all …]
7 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument9 (void)(v2ua & v2ua); in test1()13 (void)(~v2ua); in test1()17 v2sa = (v2ua==v2sa); in test1()20 …int array1[v2ua]; // expected-error{{size of array has non-integer type 'v2u' (vector of 2 'unsign… in test1()23 (void)(array2[v2ua]); // expected-error{{array subscript is not an integer}} in test1()
6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument8 (void)(v2ua & v2ua); in test1()12 (void)(~v2ua); in test1()16 …v2ua = (v2ua==v2sa); // expected-warning{{incompatible vector types assigning to 'v2u' (vector of … in test1()17 v2sa = (v2ua==v2sa); in test1()20 …int array1[v2ua]; // expected-error{{size of array has non-integer type 'v2u' (vector of 2 'unsign… in test1()23 (void)(array2[v2ua]); // expected-error{{array subscript is not an integer}} in test1()