Searched refs:n4 (Results 1 - 25 of 37) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A DWunused-var-8.c16 char n4[M_STATIC_CONST]; local
18 return sizeof (n1) + sizeof (n2) + sizeof (n3) + sizeof (n4);
H A Dpr60101.c21 unsigned int n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11; local
29 for (n4 = 0; n4 < l; n4++)
40 += f[n0][n4][j][n8] * f[n1][n5][j][n9] * ~(f[n2][n6][w][n10]) * ~(f[n3][n7][w][n11])
41 * (+0.25 * v[0][n2][0][i][n9][1] * v[0][n3][0][i][n5][1] * v[0][n10][0][i][n4][1]
43 + 0.25 * v[0][n2][0][i][n9][1] * v[0][n3][0][i][n5][1] * v[0][n10][0][i][n4][1]
45 - 0.5 * v[0][n2][0][i][n9][1] * v[0][n3][0][i][n5][1] * v[0][n10][0][i][n4][1]
47 + 0.25 * v[0][n2][0][i][n9][1] * v[0][n10][0][i][n5][1] * v[0][n3][0][i][n4][1]
49 - 0.5 * v[0][n2][0][i][n9][1] * v[0][n10][0][i][n5][1] * v[0][n3][0][i][n4][
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37669.c11 int n1, n2, n3, n4, f5, f6; variable
28 chmap[(n4 >> 0) & 0x3f], chmap[(n4 >> 6) & 0x3f],
29 chmap[(n4 >> 12) & 0x3f], chmap[(n4 >> 18) & 0x3f],
30 chmap[(n4 >> 24) & 0x3f], chmap[(n4 >> 28) & 0x3f],
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Damd64-abi-4.c10 int n4 = 407; variable
40 test (n1, n2, n3, n4);
44 assert (n4 == e4);
H A Damd64-abi-7.c10 int n4 = 407; variable
40 test (n1, n2, n3, n4);
44 assert (n4 == e4);
H A Damd64-abi-5.c10 double n4 = 407; variable
51 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10);
55 assert (n4 == e4);
H A Damd64-abi-6.c10 double n4 = 407; variable
58 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10);
62 assert (n4 == e4);
H A Dpr23570.c47 int n4, step2, step3; local
51 if (n4)
54 for (i = 0; i < n4; ++i);
65 int n4 = (n / 4) * 4; local
66 float *r14end = r1 + n4;
H A Dm256-1.c11 int n4 = -30; variable
43 assert (a4 == n4);
61 m256_test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12,
H A Dm256-2.c21 int n4 = -30; variable
53 assert (a4 == n4);
71 m256_test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12,
H A Dvararg-3.c13 int n4 = 324; variable
70 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n13, n14, n15);
74 assert (n4 == e4);
H A Dvararg-4.c13 int n4 = 324; variable
77 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n13, n14, n15);
81 assert (n4 == e4);
H A Dvararg-7.c18 int n4 = 324; variable
75 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n13, n14, n15);
79 assert (n4 == e4);
H A Dvararg-8.c18 int n4 = 324; variable
82 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n13, n14, n15);
86 assert (n4 == e4);
H A Dvararg-10.c18 int n4 = 324; variable
92 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12,
97 assert (n4 == e4);
H A Dvararg-5.c13 int n4 = 324; variable
79 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12,
84 assert (n4 == e4);
H A Dvararg-6.c13 int n4 = 324; variable
87 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12,
92 assert (n4 == e4);
H A Dvararg-9.c18 int n4 = 324; variable
84 test (n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12,
89 assert (n4 == e4);
/haiku-buildtools/gcc/libssp/
H A Dstrncat-chk.c63 size_t n4 = n >> 2; local
90 } while (--n4 > 0);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr04.C7 const int n4 = static_cast<const int>(nullptr); // { dg-error "invalid static_cast " } variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A D20071210-2.c8 int n1, n2, n3, n4; member in struct:S
44 s[0] = r.n4;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20071210-1.c9 int n1, n2, n3, n4; member in struct:S
45 s[0] = r.n4;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcast-qual-2.c34 noreturnfn_t n4 = (noreturnfn_t) noreturnfn; variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr24750-1.c10 extern int n4;
51 for (n10 = 2; n10 < n4; n10++) { }
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dconst4.go27 n4 = len(f()) var
62 if n1 != 10 || n2 != 20 || n3 != 30 || n4 != 40 || n5 != 50 || n6 != 60 || n7 != 70 {
63 println("BUG:", n1, n2, n3, n4, n5, n6, n7)

Completed in 285 milliseconds

12