Searched refs:S4 (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr46534.c8 #define S4 S3 S3 S3 S3 S3 S3 S3 S3 S3 S3 macro
9 #define S5 S4 S4 S4 S4 S4 S4 S4 S4 S4 S
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc7.C8 struct S4 : S3, S2 { }; struct in inherits:S3,S2
11 struct S4 *p4;
H A Dvirt1.C11 struct S4 : public S3 { }; struct in inherits:S3
13 void creator () { new S4; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc7.C8 struct S4 : S3, S2 { }; struct in inherits:S3,S2
11 struct S4 *p4;
H A Dvirt1.C11 struct S4 : public S3 { }; struct in inherits:S3
13 void creator () { new S4; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.abi/
H A Dempty.C28 struct S4 struct
33 // In S4, in contrast to S3, S2 is allocated first, and S1 can be
34 // allocated on top of S4.
36 struct S5 : public S2, public S1, public S4
52 S4 s4;
H A Daggregates.C32 /* Structs S1, S2, S3, S4, and union U5 are taken from Intel, "IA-64
55 struct S4 struct
103 if (sizeof (struct S4) != 24)
105 if (alignof (struct S4) != 8)
107 if (offsetof (struct S4, c) != 0)
109 if (offsetof (struct S4, d) != 8)
111 if (offsetof (struct S4, s) != 16)
H A Dvtable.C45 struct S4 : public virtual S1, public S2, public S3 struct in inherits:S1,S2,S3
57 // The vtable layout order for S4 should consist of S4's primary
61 S4 s4;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.abi/
H A Dempty.C28 struct S4 struct
33 // In S4, in contrast to S3, S2 is allocated first, and S1 can be
34 // allocated on top of S4.
36 struct S5 : public S2, public S1, public S4
52 S4 s4;
H A Daggregates.C32 /* Structs S1, S2, S3, S4, and union U5 are taken from Intel, "IA-64
55 struct S4 struct
103 if (sizeof (struct S4) != 24)
105 if (alignof (struct S4) != 8)
107 if (offsetof (struct S4, c) != 0)
109 if (offsetof (struct S4, d) != 8)
111 if (offsetof (struct S4, s) != 16)
H A Dvtable.C45 struct S4 : public virtual S1, public S2, public S3 struct in inherits:S1,S2,S3
57 // The vtable layout order for S4 should consist of S4's primary
61 S4 s4;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Ddtor3.C23 struct S4 struct
25 ~S4(double) {} // { dg-error "" } destructors may not have parameters
H A Ddtor4.C29 struct S4 { struct
30 ~S4() const; // { dg-error "" } destructors may not be const
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Ddtor3.C23 struct S4 struct
25 ~S4(double) {} // { dg-error "" } destructors may not have parameters
H A Ddtor4.C29 struct S4 { struct
30 ~S4() const; // { dg-error "" } destructors may not be const
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dc_skey.c71 #define S4 CAST_S_table4 macro
108 l=X[0]^S4[x[13]]^S5[x[15]]^S6[x[12]]^S7[x[14]]^S6[x[ 8]];
110 l=X[2]^S4[z[ 0]]^S5[z[ 2]]^S6[z[ 1]]^S7[z[ 3]]^S7[x[10]];
112 l=X[3]^S4[z[ 7]]^S5[z[ 6]]^S6[z[ 5]]^S7[z[ 4]]^S4[x[ 9]];
114 l=X[1]^S4[z[10]]^S5[z[ 9]]^S6[z[11]]^S7[z[ 8]]^S5[x[11]];
117 K[ 0]= S4[z[ 8]]^S5[z[ 9]]^S6[z[ 7]]^S7[z[ 6]]^S4[z[ 2]];
118 K[ 1]= S4[z[10]]^S5[z[11]]^S6[z[ 5]]^S7[z[ 4]]^S5[z[ 6]];
119 K[ 2]= S4[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dempty7.C8 struct S4 : virtual public S2 { int i; }; struct in inherits:S2
9 struct S5 : public S3, virtual public S4 {};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/abi/
H A Dempty7.C8 struct S4 : virtual public S2 { int i; }; struct in inherits:S2
9 struct S5 : public S3, virtual public S4 {};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr41837.c9 typedef struct S4 *T5;
10 struct S4 { union { int c; } d; }; struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/torture/
H A Dcomplex-sign.h28 #define CHECK_ARITH(TYPE, COPY, ZERO, ZEROI, OP, S1, S2, S3, S4, SR, SI) \
34 b1 = ENCODE(ZERO, ZEROI, S3, S4); \
35 CHECK_RES (b1, COPY, S3, S4); \
40 b2 = ENCODE(ZERO, ZEROI, S3, S4); \
41 CHECK_RES (b2, COPY, S3, S4); \
46 #define CHECK_ARITH_RC(TYPE, COPY, ZERO, ZEROI, OP, S1, S3, S4, SR, SI) \
53 b1 = ENCODE(ZERO, ZEROI, S3, S4); \
54 CHECK_RES (b1, COPY, S3, S4); \
58 b2 = ENCODE(ZERO, ZEROI, S3, S4); \
59 CHECK_RES (b2, COPY, S3, S4); \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dstruct-layout-1.c25 struct S4 struct
56 struct S4 s4;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/fixed-point/
H A Dstruct-layout-1.c31 struct S4 struct
62 struct S4 s4;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr36533.c39 } S4; typedef in typeref:struct:__anon6403
95 fn6 (S3 *w, int x, S2 *y, S4 *z)
101 while ((char *) w < b + x - 2 * sizeof (S4))
124 S4 *c;
128 c = (S4 *) (z->s3 + b);
153 S4 s4;
166 z.s3 = p + 65536 - 2 * sizeof (S4);
169 vb.s16 = 2 * sizeof (S4);
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Dk_sin.c34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
41 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
54 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */ variable
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
H A Dk_sinf.c29 S4 = 2.7557314297e-06, /* 0x3638ef1b */ variable
44 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));

Completed in 245 milliseconds

1234