Searched refs:NUMBER (Results 1 - 25 of 101) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/
H A Dsec_implicit_ex.c4 #define NUMBER 20 macro
8 int jj, kk, array_3C[NUMBER][NUMBER][NUMBER];
9 int ii,array[NUMBER], y = 0, y_int = 0, array2[NUMBER],
10 array_3[NUMBER][NUMBER][NUMBER];
11 double x, yy, array3[NUMBER], array
[all...]
H A Dpr57577.c4 #define NUMBER 100 macro
5 int A[NUMBER], B[NUMBER][NUMBER];
H A Dgather_scatter.c4 #define NUMBER 20 macro
9 float array4[NUMBER][NUMBER][NUMBER][NUMBER];
12 int array[NUMBER][NUMBER], array2[NUMBER], array3[NUMBER], x = 0, y;
14 for (ii = 0; ii < NUMBER; i
[all...]
H A Dn-ptr-test.c4 #define NUMBER 10 macro
18 array = (int ***) malloc (sizeof (int **) * NUMBER);
19 array2 = (int ***) malloc (sizeof (int **) * NUMBER);
20 for (ii = 0; ii < NUMBER; ii++) {
21 array[ii] = (int **) malloc (sizeof (int *) * NUMBER);
22 array2[ii] = (int **) malloc (sizeof (int *) * NUMBER);
23 for (jj = 0; jj < NUMBER; jj++) {
24 array[ii][jj] = (int *) malloc (sizeof (int) * NUMBER);
25 array2[ii][jj] = (int *) malloc (sizeof (int) * NUMBER);
29 for (ii = 0; ii < NUMBER; i
[all...]
H A Dtest_builtin_return.c8 #define NUMBER 5 macro
12 return __sec_reduce_add (a1[0:NUMBER] * a2[0:NUMBER:1]);
17 return (__sec_reduce_add (a1[0:NUMBER] * a2[0:NUMBER]) +
18 __sec_reduce_mul (a1[0:NUMBER] + a2[0:NUMBER]));
23 return (int) sqrt ((double)(__sec_reduce_add (a1[0:NUMBER] * a2[0:NUMBER]) +
29 return a1[NUMBER
[all...]
H A Dexec-once.c4 #define NUMBER 1000 macro
22 char array[NUMBER], array2[NUMBER];
25 for (ii = 0; ii < NUMBER; ii++) {
33 for (ii = 0; ii < NUMBER; ii++)
36 for (ii = 0; ii < NUMBER; ii++)
H A Dbuiltin_fn_mutating.c5 #define NUMBER 100 macro
20 int ii,array[NUMBER], y = 0, y_int = 0, array2[NUMBER];
21 double x = 0.000, yy, array3[NUMBER], array4[NUMBER];
25 for (ii = 0; ii < NUMBER; ii++)
31 for (ii = 0; ii < NUMBER; ii++)
47 for (ii = 0; ii < NUMBER; ii++)
52 for (ii = 0; ii < NUMBER; ii++)
56 for (ii = 0; ii < NUMBER; i
[all...]
H A Dbuiltin_func_double2.c4 #define NUMBER 100 macro
12 int ii,array[NUMBER], y = 0, y_int = 0, array2[NUMBER], y_int2=0, y2=0;
13 double x, yy, array3[NUMBER], array4[NUMBER];
15 for (ii = 0; ii < NUMBER; ii++)
33 for (ii = 0; ii < NUMBER; ii++)
49 for (ii = 0; ii < NUMBER; ii++)
64 for (ii = 0; ii < NUMBER; ii++) {
68 for (ii = 0; ii < NUMBER; i
[all...]
H A Dbuiltin_fn_custom.c5 #define NUMBER 100 macro
23 int ii,array[NUMBER], y = 0, y_int = 0, array2[NUMBER];
24 double x, yy, array3[NUMBER], array4[NUMBER];
27 for (ii = 0; ii < NUMBER; ii++)
33 for (ii = 0; ii < NUMBER; ii++)
48 for (ii = 0; ii < NUMBER; ii++)
57 for (ii = 0; ii < NUMBER; ii++)
/haiku-buildtools/legacy/binutils/bfd/
H A Dcpu-openrisc.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
31 NUMBER, \
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
31 NUMBER, \
H A Dcpu-cris.c68 #define N(NUMBER, PRINT, NEXT) \
69 { 32, 32, 8, bfd_arch_cris, NUMBER, "cris", PRINT, 1, FALSE, \
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dinquire_2.f904 INQUIRE(FILE='CSEQ',NUMBER=UNIT)
/haiku-buildtools/legacy/binutils/binutils/
H A Dsyslex.l57 return NUMBER;
62 return NUMBER;
74 "variable" { yylval.i = 0; return NUMBER;}
75 "counted" { yylval.i = -4; return NUMBER;}
76 "addrsize" { yylval.i = -2; return NUMBER; }
77 "segsize" { yylval.i = -1; return NUMBER; }
H A Dsysinfo.h36 NUMBER = 262, enumerator in enum:yytokentype
45 #define NUMBER 262 macro
H A Ddefparse.y37 %token <number> NUMBER
53 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
54 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
59 | VERSIONK NUMBER { def_version ($2,0);}
60 | VERSIONK NUMBER '.' NUMBER { def_version ($2,$4);}
80 | ID '=' ID '.' ID '.' NUMBER { def_import ($1,$3,$5, 0,$7); }
82 | ID '=' ID '.' NUMBER { def_import ($1,$3, 0, 0,$5); }
84 | ID '.' ID '.' NUMBER { def_import ( 0,$1,$3, 0,$5); }
86 | ID '.' NUMBER { def_impor
[all...]
H A Ddefparse.h59 NUMBER = 285 enumerator in enum:yytokentype
90 #define NUMBER 285 macro
/haiku-buildtools/binutils/binutils/
H A Dsyslex.l59 return NUMBER;
64 return NUMBER;
76 "variable" { yylval.i = 0; return NUMBER;}
77 "counted" { yylval.i = -4; return NUMBER;}
78 "addrsize" { yylval.i = -2; return NUMBER; }
79 "segsize" { yylval.i = -1; return NUMBER; }
H A Dsysinfo.h52 NUMBER = 262, enumerator in enum:yytokentype
61 #define NUMBER 262 macro
H A Ddefparse.y40 %token <number> NUMBER
57 | STACKSIZE NUMBER opt_number { def_stacksize ($2, $3);}
58 | HEAPSIZE NUMBER opt_number { def_heapsize ($2, $3);}
63 | VERSIONK NUMBER { def_version ($2,0);}
64 | VERSIONK NUMBER '.' NUMBER { def_version ($2,$4);}
86 | ID '=' ID '.' ID '.' NUMBER opt_import_name
90 | ID '=' ID '.' NUMBER opt_import_name
94 | ID '.' ID '.' NUMBER opt_import_name
98 | ID '.' NUMBER opt_import_nam
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dsvr3dbx.h35 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
36 sprintf ((BUF), "*.%s%d", (PREFIX), (NUMBER))
H A Dbsd.h101 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
102 sprintf ((BUF), "*.%s%d", (PREFIX), (NUMBER))
104 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
105 sprintf ((BUF), "*%s%d", (PREFIX), (NUMBER))
H A Datt.h82 #define ASM_GENERATE_INTERNAL_LABEL(BUF,PREFIX,NUMBER) \
83 sprintf ((BUF), ".%s%d", (PREFIX), (NUMBER))
/haiku-buildtools/binutils/bfd/
H A Dcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
31 NUMBER, \
H A Dcpu-riscv.c42 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \
48 NUMBER, \

Completed in 94 milliseconds

12345