Searched refs:SIZE (Results 26 - 50 of 778) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dfma4-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...]
H A Dopt-2.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)));
23 for (i = 0; i < SIZE; i++)
35 for (i = 0; i < SIZE; i++)
H A Dxop-shift3-vector.c11 #define SIZE 10240 macro
15 int i32[SIZE];
16 unsigned u32[SIZE];
24 for (i = 0; i < SIZE; i++)
H A Dxop-imul32widen-vector.c12 #define SIZE 10240 macro
16 int i32[SIZE];
17 long i64[SIZE];
25 for (i = 0; i < SIZE; i++)
H A Dxop-shift2-vector.c11 #define SIZE 10240 macro
15 int i32[SIZE];
16 unsigned u32[SIZE];
24 for (i = 0; i < SIZE; i++)
H A Dxop-shift1-vector.c11 #define SIZE 10240 macro
15 int i32[SIZE];
16 unsigned u32[SIZE];
24 for (i = 0; i < SIZE; i++)
H A Dpr66648.c5 #define SIZE 32 macro
7 struct S { int i; char str[SIZE]; int j; };
24 const char str[SIZE]= "1234567890123456789012345678901";
28 my_memcpy (s->str, str, SIZE);
H A Dxop-imul64-vector.c12 #define SIZE 10240 macro
16 long i64[SIZE];
24 for (i = 0; i < SIZE; i++)
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dx86-64-size-5.s3 movq $xxx@SIZE, %r15
4 movq $xxx@SIZE - 8, %r15
5 movq $xxx@SIZE + 8, %r15
19 .quad xxx@SIZE - 1
20 .quad yyy@SIZE + 200
21 .quad zzz@SIZE
H A Dsize-3.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
21 .long xxx@SIZE - 1
22 .long yyy@SIZE + 2
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr48258-1.c19 #ifndef SIZE
20 #define SIZE 1024 macro
23 float values[SIZE] __attribute__((__aligned__(32)));
31 for (i = 0; i < SIZE; i++)
43 for (i = 0; i < SIZE; i++)
55 for (i = 0; i < SIZE; i++)
H A Dpr48258-2.c12 #ifndef SIZE
13 #define SIZE 1024 macro
16 double values[SIZE] __attribute__((__aligned__(32)));
24 for (i = 0; i < SIZE; i++)
36 for (i = 0; i < SIZE; i++)
48 for (i = 0; i < SIZE; i++)
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k-aout.h38 NAME whose size is SIZE bytes. The variable ROUNDED
43 #define ASM_OUTPUT_BSS(FILE, DECL, NAME, SIZE, ROUNDED) \
44 asm_output_bss ((FILE), (DECL), (NAME), (SIZE), (ROUNDED))
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dfeedback.h7 #define FEEDBACK_ENTER_EXPLICIT(FUNCNAME, SECNAME, SIZE)
10 #define FEEDBACK_ENTRY(FUNCNAME, SECNAME, SIZE)
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dfeedback.h7 #define FEEDBACK_ENTER_EXPLICIT(FUNCNAME, SECNAME, SIZE)
10 #define FEEDBACK_ENTRY(FUNCNAME, SECNAME, SIZE)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-sink-11.c4 #define SIZE 64 macro
10 for (i = 0; i < SIZE; i++)
H A Dssa-sink-12.c4 #define SIZE 64 macro
10 for (j = 0; j < SIZE; j++)
11 for (i = 0; i < SIZE; i++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/simd/
H A Dvcaled_f64.c8 #define SIZE 6 macro
12 volatile float64_t in[SIZE] = { -10.4, -3.14, 0.0, 1.5, 5.3, 532.3 };
22 for (i = 0; i < SIZE; ++i)
23 for (j = 0; j < SIZE; ++j)
H A Dvcales_f32.c8 #define SIZE 6 macro
12 volatile float32_t in[SIZE] = { -10.4, -3.14, 0.0, 1.5, 5.3, 532.3 };
22 for (i = 0; i < SIZE; ++i)
23 for (j = 0; j < SIZE; ++j)
H A Dvcaltd_f64.c8 #define SIZE 6 macro
12 volatile float64_t in[SIZE] = { -10.4, -3.14, 0.0, 1.5, 5.3, 532.3 };
22 for (i = 0; i < SIZE; ++i)
23 for (j = 0; j < SIZE; ++j)
H A Dvcalts_f32.c8 #define SIZE 6 macro
12 volatile float32_t in[SIZE] = { -10.4, -3.14, 0.0, 1.5, 5.3, 532.3 };
22 for (i = 0; i < SIZE; ++i)
23 for (j = 0; j < SIZE; ++j)
H A Dvpaddd_s64.c8 #define SIZE 6 macro
12 int64_t in[SIZE] = { -4l, 4l, -2l, 2l, -1l, 1l };
19 for (i = 0; i < SIZE / 2; ++i)
H A Dvpaddd_u64.c8 #define SIZE 6 macro
12 uint64_t in[SIZE] = { 4ul, 4ul, 2ul, 2ul, 1ul, 1ul };
19 for (i = 0; i < SIZE / 2; ++i)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dsimd-function_0.c5 #define SIZE 4096 macro
6 float x[SIZE];
21 for (i = 0; i < SIZE; i++)
29 for (i = 0; i < SIZE; i++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dbb-reorg.c6 #define SIZE 1000 macro
8 const char *t2[SIZE];
9 char buf[SIZE];

Completed in 135 milliseconds

1234567891011>>