Searched refs:cols (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr17397.c6 extern int cols;
10 char s[cols + 2];
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/examples-4/
H A De.51.3.f905 subroutine init (Q, rows, cols)
6 integer :: i, k, rows, cols local in subroutine:init
7 double precision :: Q(rows,cols)
8 do k = 1, cols
15 subroutine check (P, Q, rows, cols)
16 integer :: i, k, rows, cols local in subroutine:check
18 double precision :: P(rows,cols), Q(rows,cols), diff
19 do k = 1, cols
27 subroutine gramSchmidt_ref (Q, rows, cols)
28 integer :: i, k, rows, cols local in subroutine:gramSchmidt_ref
43 integer :: i, k, rows, cols local in subroutine:gramSchmidt
68 integer :: cols variable in program:e_51_3
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Denum5.C10 enum colours { red = 1000, green, blue } __attribute__ ((packed)) cols; variable in typeref:enum:colours
19 if (sizeof (cols) != 2)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr38498.c3 double test_vector (float **data, int rows, int cols, int vqrows,double epsilon, int maxiter,int **mean, int *map) argument
14 for (j = 0; j < cols; j++)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/examples-4/
H A De.51.3.c8 void init (int Q[][COLS], const int rows, const int cols) argument
12 for (j = 0; j < cols; j++)
16 void check (int a[][COLS], int b[][COLS], const int rows, const int cols) argument
20 for (j = 0; j < cols; j++)
25 void gramSchmidt_ref (int Q[][COLS], const int rows, const int cols) argument
29 for (k = 0; k < cols; k++)
41 void gramSchmidt (int Q[][COLS], const int rows, const int cols) argument
45 #pragma omp target data map(Q[0:rows][0:cols]) map(to:COLS)
46 for (k = 0; k < cols; k++)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr54735.C80 int cols() function in class:L
92 Index cols() function in class:Q
94 return m_storage.cols();
135 if (m_col == m_xpr.cols())
141 m_col < m_xpr.cols()
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.go110 func pallmall(cols []int) {
119 for i, col := range cols {
126 for _ = range cols {
/haiku-buildtools/isl/
H A Disl_schedule.c1724 int cols = isl_mat_cols(node->sched); local
1733 for (j = 1; j < cols; ++j)
2104 int cols = isl_mat_cols(node->sched); local
2119 for (j = 1; j < cols; ++j)
2497 int cols = isl_mat_cols(node->sched); local
2499 isl_seq_gcd(node->sched->row[row] + 1, cols - 1, &gcd_i);
H A Disl_map.c271 unsigned cols; local
278 cols = 1 + 1 + total + bmap->n_div;
279 div = isl_mat_alloc(ctx, bmap->n_div, cols);
284 isl_seq_cpy(div->row[i], bmap->div[i], cols);
/haiku-buildtools/gcc/libcpp/
H A Dlex.c1095 unsigned int cols;
1102 cols = buffer->next_line - buffer->line_base;
1103 CPP_INCREMENT_LINE (pfile, cols);
1094 unsigned int cols; local

Completed in 152 milliseconds