Searched refs:v2sa (Results 1 – 1 of 1) sorted by relevance
6 void test1(v2u v2ua, v2s v2sa, v2f v2fa) { in test1() argument16 …v2ua = (v2ua==v2sa); // expected-warning{{incompatible vector types assigning to 'v2u' from 'int … in test1()17 v2sa = (v2ua==v2sa); in test1()