Searched refs:col (Results 1 - 25 of 72) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20070605-1.c4 unsigned col; local
5 for (col = width; col > 0; col--)
H A D20050119-1.c5 int col = 0; local
13 } while ((col%8)!=0);
18 col++;
H A Dpr38554.c27 int col; local
31 sample const inSample = inputRow[col][plane];
41 outputRow[col][plane] =
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr39084.c5 static const struct color col; variable in typeref:struct:color
8 return (struct color *) &col;
H A Dpr28935.c4 int col[8]; variable
12 col[index] = map[(y+dy)*w+(x+dx)];
13 col[index] = -1;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dnrv4.C21 GdkColor col=mkcolor(); local
22 return (col.pixel != 0 || col.red != 1 || col.green != 2 || col.blue != 3);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dctor5.C9 color col; member in struct:style
14 : col(c)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr53487.c18 int row, col; local
20 for (col = 0; col < N; Np--)
23 for (col = row+1; col < Np; col++)
24 if (mx[row][col] < min)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_16.f9011 function prc_is_allowed (flv, hel, col) result (is_allowed)
13 integer, intent(in) :: flv, hel, col local in function:prc_is_allowed
/haiku-buildtools/isl/
H A Disl_stream_private.h4 int line, int col, unsigned on_new_line);
H A Disl_stream.c71 int line, int col, unsigned on_new_line)
77 tok->col = col;
135 int col = tok ? tok->col : s->col; local
136 fprintf(stderr, "syntax error (%d, %d): %s\n", line, col, msg);
181 s->col = 0;
239 s->col = 0;
241 s->col
70 isl_token_new(isl_ctx *ctx, int line, int col, unsigned on_new_line) argument
362 int line, col; local
[all...]
H A Disl_mat.c235 int isl_mat_get_element(__isl_keep isl_mat *mat, int row, int col, isl_int *v) argument
242 if (col < 0 || col >= mat->n_col)
245 isl_int_set(*v, mat->row[row][col]);
249 /* Extract the element at row "row", oolumn "col" of "mat".
252 int row, int col)
262 if (col < 0 || col >= mat->n_col)
265 return isl_val_int_from_isl_int(ctx, mat->row[row][col]);
269 int row, int col, isl_in
251 isl_mat_get_element_val(__isl_keep isl_mat *mat, int row, int col) argument
268 isl_mat_set_element(__isl_take isl_mat *mat, int row, int col, isl_int v) argument
287 isl_mat_set_element_si(__isl_take isl_mat *mat, int row, int col, int v) argument
308 isl_mat_set_element_val(__isl_take isl_mat *mat, int row, int col, __isl_take isl_val *v) argument
511 oppose(struct isl_mat *M, struct isl_mat **U, struct isl_mat **Q, unsigned row, unsigned col) argument
541 int row, col; local
703 row_first_non_zero(isl_int **row, unsigned n_row, unsigned col) argument
713 row_abs_min_non_zero(isl_int **row, unsigned n_row, unsigned col) argument
845 isl_mat_col_scale(struct isl_mat *mat, unsigned col, isl_int m) argument
1285 isl_mat_drop_cols(struct isl_mat *mat, unsigned col, unsigned n) argument
1320 isl_mat_insert_cols(__isl_take isl_mat *mat, unsigned col, unsigned n) argument
[all...]
H A Disl_affine_hull.c82 /* Make eq[row][col] of both bmaps equal so we can add the row
85 * after column col are zero.
89 unsigned row, unsigned col)
93 if (isl_int_eq(bset1->eq[row][col], bset2->eq[row][col]))
98 isl_int_lcm(m, bset1->eq[row][col], bset2->eq[row][col]);
99 isl_int_divexact(c, m, bset1->eq[row][col]);
100 isl_seq_scale(bset1->eq[row], bset1->eq[row], c, col+1);
101 isl_int_divexact(c, m, bset2->eq[row][col]);
87 set_common_multiple( struct isl_basic_set *bset1, struct isl_basic_set *bset2, unsigned row, unsigned col) argument
130 construct_column( struct isl_basic_set *bset1, struct isl_basic_set *bset2, unsigned row, unsigned col) argument
166 transform_column( struct isl_basic_set *bset1, struct isl_basic_set *bset2, unsigned row, unsigned col) argument
212 int col; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr39339.c36 long row, col; member in struct:E
44 long col; local
46 col = screen->col;
49 row->cells->data[col].c = c;
50 row->cells->data[col].attr = attr;
51 col++;
55 row->cells->data[col].c = c;
56 row->cells->data[col].attr = attr;
57 col
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr39447.C5 int line, col; member in struct:Point
7 Point( int l = -1, int c = 0 ) throw() : line( l ), col( c ) {}
9 { return ( line == p.line && col == p.col ); }
11 { return ( line < p.line || ( line == p.line && col < p.col ) ); }
21 { return ( ( p.col >= 0 && p.col < characters( p.line ) ) || p == eof() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/hash/char/
H A D1.cc34 const std::collate<char> &col = std::use_facet<std::collate<char> >(cloc); local
36 long l1 = col.hash(str1.c_str(), str1.c_str() + str1.size());
37 long l2 = col.hash(str2.c_str(), str2.c_str() + str2.size());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/collate/hash/wchar_t/
H A D1.cc36 const std::collate<wchar_t> &col = std::use_facet<std::collate<wchar_t> >(cloc); local
38 long l1 = col.hash(str1.c_str(), str1.c_str() + str1.size());
39 long l2 = col.hash(str2.c_str(), str2.c_str() + str2.size());
/haiku-buildtools/gcc/libcpp/
H A Ddirectives-only.c45 int col; local
63 col = 1;
65 for (last_c = '\n', c = *cur; cur < rlimit; last_c = c, c = *++cur, ++col)
80 col = 0;
102 buffer->line_base -= col - 1;
144 loc = linemap_position_for_column (pfile->line_table, col);
196 col = 0;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr44423.c38 struct COLOUR col={0.,2.,4.}; local
42 func(&pre1[0],0.3,&col,&lpic[0]);
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dhgcd.c47 hgcd_matrix_update_1 (struct hgcd_matrix *M, unsigned col) argument
50 ASSERT (col < 2);
52 c0 = mpn_add_n (M->p[0][col], M->p[0][0], M->p[0][1], M->n);
53 c1 = mpn_add_n (M->p[1][col], M->p[1][0], M->p[1][1], M->n);
55 M->p[0][col][M->n] = c0;
56 M->p[1][col][M->n] = c1;
67 unsigned col, mp_ptr tp)
69 ASSERT (col < 2);
76 c0 = mpn_addmul_1 (M->p[0][col], M->p[0][1-col],
66 hgcd_matrix_update_q(struct hgcd_matrix *M, mp_srcptr qp, mp_size_t qn, unsigned col, mp_ptr tp) argument
177 int col; local
[all...]
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_symbolize.cc46 int *line, int *col)
52 int *line, int *col) {
63 int line, col; local
66 file_buf, sizeof(file_buf), &line, &col))
71 ent->info.column = col;
49 __tsan_symbolize_external(uptr pc, char *func_buf, uptr func_siz, char *file_buf, uptr file_siz, int *line, int *col) argument
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dbad.c87 ffewhereColumn col; member in struct:__anon3188
235 ffebad_here_[i].col = ffewhere_column_unknown ();
243 ffebad_here(ffebadIndex i,ffewhereLine line,ffewhereColumn col);
250 ffebad_here (ffebadIndex index, ffewhereLine line, ffewhereColumn col)
264 ffebad_here_[index].col = ffewhere_column_use (col);
266 || ffewhere_column_is_unknown (col))
273 /* Sort the source line/col points into the order they occur in the source
277 col_num = ffewhere_column_number (col);
284 cn = ffewhere_column_number (ffebad_here_[ffebad_order_[i]].col);
249 ffebad_here(ffebadIndex index, ffewhereLine line, ffewhereColumn col) argument
[all...]
/haiku-buildtools/isl/include/isl/
H A Dmat.h42 int isl_mat_get_element(__isl_keep isl_mat *mat, int row, int col, isl_int *v);
44 int row, int col);
46 int row, int col, isl_int v);
48 int row, int col, int v);
50 int row, int col, __isl_take isl_val *v);
81 unsigned col, unsigned n);
85 unsigned col, unsigned n);
/haiku-buildtools/gcc/contrib/
H A Dcheck_GNU_style.sh85 col (){ function
96 col 'Lines should not exceed 80 characters.'
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.go119 for i, col := range cols {
120 go creature(info{col, i}, meetingplace, ended)
121 msg += " " + colname[col]

Completed in 136 milliseconds

123