Searched refs:vUInt32 (Results 1 – 4 of 4) sorted by relevance
2 typedef unsigned int __attribute__((vector_size (16))) vUInt32; typedef5 vSInt32 foo (vUInt32 a) { in foo()
53 typedef unsigned int vUInt32 __attribute__((__vector_size__(16))); typedef81 …vUInt32 counter = (float16){0.0f, 0.0f, 0.0f, 0.0f}; // expected-warning {{incompatible vector typ… in f6()
11 vUInt32 valueU32 = {1,2,3,4}; in main()