Home | History | Annotate | Download | only in Sema

Lines Matching full:__attribute__

3 //typedef __attribute__(( ext_vector_type(4) ))  float float4;
4 typedef float float4 __attribute__((vector_size(16)));
20 __attribute__((vector_size(16))) float f1(void) {
21 __attribute__((vector_size(16))) float vec = {0.0f, 0.0f, 0.0f};
25 __attribute__((vector_size(16))) float f2(
26 __attribute__((vector_size(16))) float a1) {
33 typedef float __attribute__((ext_vector_type (3))) float3;
37 typedef long long __attribute__((vector_size(16))) longlong2;
38 typedef short __attribute__((vector_size(16))) short8;
39 typedef short __attribute__((vector_size(8))) short4;