Searched refs:SIZE (Results 1 - 25 of 778) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dstack-usage-1.c6 Once it is implemented, adjust SIZE below so that the stack usage for the
11 # define SIZE 256 /* No frame pointer for leaf functions (default) */ macro
13 # define SIZE (256-4) macro
15 # define SIZE 248 macro
18 # define SIZE 356 macro
20 # define SIZE (256 - 24) macro
24 # define SIZE 76 macro
26 # define SIZE 160 macro
29 # define SIZE 192 macro
31 # define SIZE 24 macro
33 # define SIZE macro
37 # define SIZE macro
39 # define SIZE macro
42 # define SIZE macro
47 # define SIZE macro
49 # define SIZE macro
55 # define SIZE macro
57 # define SIZE macro
60 # define SIZE macro
62 # define SIZE macro
65 # define SIZE macro
67 # define SIZE macro
69 # define SIZE macro
71 # define SIZE macro
73 # define SIZE macro
75 # define SIZE macro
77 # define SIZE macro
79 # define SIZE macro
81 # define SIZE macro
83 # define SIZE macro
85 # define SIZE macro
[all...]
H A Dpr37106-1.c6 #define SIZE 256 macro
7 float a[SIZE], b[SIZE], c[SIZE];
16 for (i = 0; i < SIZE; i++)
25 for (i = 0; i < SIZE; i++)
H A Dpr37106-2.c6 #define SIZE 256 macro
7 float a[SIZE], b[SIZE], c[SIZE];
16 for (i = 0; i < SIZE; i++)
25 for (i = 0; i < SIZE; i++)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb97.C3 template<unsigned long SIZE>
6 template<unsigned long SIZE>
7 Array<SIZE> test_ok(const Array<SIZE>& a) {
8 Array<SIZE> result;
12 template<unsigned long SIZE>
13 Array<SIZE + 1> test_error(const Array<SIZE>& a) {
14 Array<SIZE + 1> result;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960419-2.c1 #define SIZE 8 macro
5 int a[SIZE] = {1};
8 for (i = 1; i < SIZE; i++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dfuncspec-1.c8 #ifndef SIZE
9 #define SIZE 1024 macro
12 float a[SIZE] __attribute__((__aligned__(16)));
13 float b[SIZE] __attribute__((__aligned__(16)));
14 float c[SIZE] __attribute__((__aligned__(16)));
22 for (; i < SIZE; ++i)
30 for (; i < SIZE; ++i)
H A Dopt-1.c9 #define SIZE 10240 macro
10 float a[SIZE] __attribute__((__aligned__(32)));
11 float b[SIZE] __attribute__((__aligned__(32)));
12 float c[SIZE] __attribute__((__aligned__(32)));
22 for (i = 0; i < SIZE; i++)
32 for (i = 0; i < SIZE; i++)
H A Dfma3-builtin-2.c4 #ifndef SIZE
5 #define SIZE 1024 macro
8 double vda[SIZE] __attribute__((__aligned__(32)));
9 double vdb[SIZE] __attribute__((__aligned__(32)));
10 double vdc[SIZE] __attribute__((__aligned__(32)));
11 double vdd[SIZE] __attribute__((__aligned__(32)));
13 float vfa[SIZE] __attribute__((__aligned__(32)));
14 float vfb[SIZE] __attribute__((__aligned__(32)));
15 float vfc[SIZE] __attribute__((__aligned__(32)));
16 float vfd[SIZE] __attribute_
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Drecip-4.c14 #define SIZE 1024 macro
16 extern double a_d[SIZE] __attribute__((__aligned__(32)));
17 extern double b_d[SIZE] __attribute__((__aligned__(32)));
24 for (i = 0; i < SIZE; i++)
28 extern float a_f[SIZE] __attribute__((__aligned__(32)));
29 extern float b_f[SIZE] __attribute__((__aligned__(32)));
36 for (i = 0; i < SIZE; i++)
H A Dp8vector-vectorize-2.c9 #ifndef SIZE
10 #define SIZE 1024 macro
19 long long sign_ll[SIZE] ALIGN_ATTR;
20 int sign_i [SIZE] ALIGN_ATTR;
26 for (i = 0; i < SIZE; i++)
H A Dp8vector-vectorize-3.c9 #ifndef SIZE
10 #define SIZE 1024 macro
19 long long sign_ll[SIZE] ALIGN_ATTR;
20 int sign_i [SIZE] ALIGN_ATTR;
26 for (i = 0; i < SIZE; i++)
H A Daltivec-32.c11 #ifndef SIZE
12 #define SIZE 1024 macro
15 float a[SIZE] __attribute__((__aligned__(32)));
16 float b[SIZE] __attribute__((__aligned__(32)));
17 float c[SIZE] __attribute__((__aligned__(32)));
18 float d[SIZE] __attribute__((__aligned__(32)));
19 float e[SIZE] __attribute__((__aligned__(32)));
31 for (i = 0; i < SIZE; i++)
40 for (i = 0; i < SIZE; i++)
49 for (i = 0; i < SIZE;
[all...]
H A Dp8vector-vectorize-5.c7 #ifndef SIZE
8 #define SIZE 1024 macro
23 TYPE in1 [SIZE] ATTR_ALIGN;
24 TYPE in2 [SIZE] ATTR_ALIGN;
25 TYPE eqv [SIZE] ATTR_ALIGN;
26 TYPE nand1[SIZE] ATTR_ALIGN;
27 TYPE nand2[SIZE] ATTR_ALIGN;
28 TYPE orc1 [SIZE] ATTR_ALIGN;
29 TYPE orc2 [SIZE] ATTR_ALIGN;
36 for (i = 0; i < SIZE;
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-size/
H A Dsize32-1.s5 .long xxx@SIZE
6 .long xxx@SIZE-30
7 .long xxx@SIZE+30
8 .long yyy@SIZE
9 .long zzz@SIZE
H A Dsize64-1.s5 .quad xxx@SIZE
6 .quad xxx@SIZE-30
7 .quad xxx@SIZE+30
8 .quad yyy@SIZE
9 .quad zzz@SIZE
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dmemtst.c2 #define SIZE STACK_SIZE / 8 macro
4 #define SIZE 65536 macro
19 int a[SIZE];
21 bzero (a, SIZE * 4);
24 memtst (a, SIZE);
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dsize-1.s3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
9 movl $zzz@SIZE, %eax
10 movl $zzz@SIZE - 32, %eax
11 movl $zzz@SIZE + 32, %eax
25 .long xxx@SIZE
[all...]
H A Dsize-2.s3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
9 movl $zzz@SIZE, %eax
10 movl $zzz@SIZE - 32, %eax
11 movl $zzz@SIZE + 32, %eax
24 .long xxx@SIZE
[all...]
H A Dsize-4.s3 movl $xxx@SIZE, %eax
4 movl $xxx@SIZE - 8, %eax
5 movl $xxx@SIZE + 8, %eax
6 movl $yyy@SIZE, %eax
7 movl $yyy@SIZE - 16, %eax
8 movl $yyy@SIZE + 16, %eax
19 .long xxx@SIZE - 1
20 .long yyy@SIZE + 2
H A Dx86-64-size-inval-1.s5 movl $xxx@SIZE + 100, %eax
6 movl $yyy@SIZE - 100, %eax
10 .long xxx@SIZE + 100
11 .long yyy@SIZE - 100
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/simd/
H A Dvpaddd_f64.c8 #define SIZE 6 macro
12 float64_t in[SIZE] = { -4.0, 4.0, -2.0, 2.0, -1.0, 1.0 };
19 for (i = 0; i < SIZE / 2; ++i)
/haiku-buildtools/binutils/opcodes/
H A Dmips-formats.h21 #define INT_ADJ(SIZE, LSB, MAX_VAL, SHIFT, PRINT_HEX) \
24 { OP_INT, SIZE, LSB }, MAX_VAL, 0, SHIFT, PRINT_HEX \
29 #define UINT(SIZE, LSB) \
30 INT_ADJ(SIZE, LSB, (1 << (SIZE)) - 1, 0, FALSE)
32 #define SINT(SIZE, LSB) \
33 INT_ADJ(SIZE, LSB, (1 << ((SIZE) - 1)) - 1, 0, FALSE)
35 #define HINT(SIZE, LSB) \
36 INT_ADJ(SIZE, LS
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Diris3.h49 #define STACK_ARGS_ADJUST(SIZE) \
51 SIZE.constant += 4; \
52 if (SIZE.constant < 32) \
53 SIZE.constant = 32; \
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dcold_partition_label.c6 #define SIZE 10000 macro
8 const char *sarr[SIZE];
19 for (i = 0; i < SIZE; i++)
24 for (i = 0; i < SIZE; i++)
/haiku-buildtools/gcc/gmp/tests/mpn/
H A Dt-scan.c29 #define SIZE ((mp_size_t) 3) macro
30 mp_limb_t x[SIZE+1];
37 x[SIZE] = 1;
38 for (i = 0; i < SIZE*GMP_NUMB_BITS; i++)
48 mpn_trace (" x ", x, SIZE);
53 x[SIZE] = 0;
54 for (i = 0; i < SIZE*GMP_NUMB_BITS; i++)
64 mpn_trace (" x ", x, SIZE);
76 refmpn_zero (x, SIZE);
80 refmpn_zero (x, SIZE);
[all...]

Completed in 114 milliseconds

1234567891011>>