Searched refs:v2fa (Results 1 – 3 of 3) sorted by relevance
6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument9 (void)(v2fa & v2fa); // expected-error{{invalid operands to binary expression}} in test1()13 …(void)(~v2fa); // expected-error{{invalid argument type 'v2f' (vector of 2 'float' values) to unar… in test1()30 void testLogicalVecVec(v2u v2ua, v2s v2sa, v2f v2fa) { in testLogicalVecVec() argument38 …v2ua = v2ua && v2fa; // expected-error {{logical expression with vector types 'v2u' (vector of 2 '… in testLogicalVecVec()39 …v2ua = v2ua || v2fa; // expected-error {{logical expression with vector types 'v2u' (vector of 2 '… in testLogicalVecVec()41 …v2ua = v2sa && v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()42 …v2ua = v2sa || v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()53 …v2sa = v2sa && v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()54 …v2sa = v2sa || v2fa; // expected-error {{logical expression with vector types 'v2s' (vector of 2 '… in testLogicalVecVec()[all …]
7 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument10 (void)(v2fa & v2fa); // expected-error{{invalid operands to binary expression}} in test1()14 …(void)(~v2fa); // expected-error{{invalid argument type 'v2f' (vector of 2 'float' values) to unar… in test1()
6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument9 (void)(v2fa & v2fa); // expected-error{{invalid operands to binary expression}} in test1()13 …(void)(~v2fa); // expected-error{{invalid argument type 'v2f' (vector of 2 'float' values) to unar… in test1()