Searched refs:u3 (Results 1 - 25 of 68) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Ddeclspec-4.c39 union u3 signed; /* { dg-error "two or more data types in declaration specifiers" } */
H A Ddeclspec-5.c39 union u3 signed; /* { dg-error "two or more data types in declaration specifiers" } */
H A Ddeclspec-6.c39 union u3 signed; /* { dg-error "two or more data types in declaration specifiers" } */
H A Dc99-tag-3.c41 union u3 { float v; }; union
42 void h(void) { const struct u3; } /* { dg-error "29:'u3' defined as wrong kind of tag" } */
H A Doptimize-bswapsi-2.c12 unsigned char u0, u1, u2, u3; member in struct:uint32_st
22 return data.u0 | (data.u1 << 8) | (data.u2 << 16) | (data.u3 << 24);
38 return data.u3 | (data.u2 << 8) | (data.u1 << 16) | (data.u0 << 24);
H A Dutf8-2.c24 const char u3[3] = u8"\u2160."; /* { dg-warning "chars is too long" } */ variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbf-sign-2.c17 unsigned int u3:3; member in struct:X
31 if ((x.u3 - 2) >= 0) /* promoted value should be signed */
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/
H A Dgenerate.cc36 __gnu_cxx::uniform_on_sphere_distribution<3> u3; local
40 auto r = u3(rng);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/
H A Dtest_passing_unions.c48 union un1 u3 ATTRIBUTE_UNUSED,
62 union un2 u3 ATTRIBUTE_UNUSED,
76 union un3 u3 ATTRIBUTE_UNUSED,
108 union un6 u3 ATTRIBUTE_UNUSED,
131 union un3 u3[8]; local
161 u3[i].x = u1[i].x;
162 (&fregs.zmm0)[i]._m512[0] = u3[i].x;
165 check_union_passing3(u3[0], u3[1], u3[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/
H A Dtest_passing_unions.c41 union un1 u3 ATTRIBUTE_UNUSED,
54 union un2 u3 ATTRIBUTE_UNUSED,
67 union un3 u3 ATTRIBUTE_UNUSED,
106 union un3 u3[8]; local
134 u3[i].x = u1[i].x;
135 (&fregs.ymm0)[i]._m256[0] = u3[i].x;
138 check_union_passing3(u3[0], u3[1], u3[2], u3[
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/
H A Dtest_passing_unions.c79 union un4 u3 ATTRIBUTE_UNUSED,
124 union un3 u3; local
175 u3.ls.l = 0; /* clear the struct to not have high bits left */
176 u3.is = is;
180 check_union_passing3(u3);
182 u3.ls.l = 0; /* clear the struct to not have high bits left */
183 u3.ls = ls;
187 check_union_passing3(u3);
189 u3.ls.l = 0; /* clear the struct to not have high bits left */
190 u3
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/microblaze/isa/
H A Dbshift.c4 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
H A Ddiv.c6 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
H A Dmul-bshift-pcmp.c4 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
H A Dmul-bshift.c4 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
H A Dmul.c6 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
H A Dmulh-bshift-pcmp.c4 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
H A Dmulh.c4 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
H A Dpcmp.c6 volatile unsigned int u1, u2, u3; variable
44 u1 = u2 / u3;
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tm/
H A Dattrib-1.c24 typedef u0 *u3 TS;
25 typedef u3 u4 TU; /* { dg-error "previously declared" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx512f-vcvtpd2ps-2.c26 UNION_TYPE (AVX512F_LEN_HALF,) u1, u2, u3;
36 u3.a[i] = DEFAULT_VALUE;
41 u3.x = INTRINSIC (_maskz_cvtpd_ps) (mask, s1.x);
53 if (UNION_CHECK (AVX512F_LEN_HALF,) (u3, e))
H A Davx512f-vunpcklps-2.c28 UNION_TYPE (AVX512F_LEN,) s1, s2, u1, u2, u3;
38 u3.a[i]= DEFAULT_VALUE;
43 u3.x = INTRINSIC (_maskz_unpacklo_ps) (mask, s1.x, s2.x);
55 if (UNION_CHECK (AVX512F_LEN, ) (u3, e))
H A Davx512f-vshuff32x4-2.c37 UNION_TYPE (AVX512F_LEN,) u1, u2, u3, s1, s2;
53 u3.a[i] = DEFAULT_VALUE;
58 u3.x = INTRINSIC (_maskz_shuffle_f32x4) (mask, s1.x, s2.x, imm);
70 if (UNION_CHECK (AVX512F_LEN,) (u3, e))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/
H A Ddefault.cc35 __gnu_cxx::uniform_on_sphere_distribution<3> u3; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dunify1.C25 unit<-1,0> u3( u1 / u2 );

Completed in 1347 milliseconds

123