Searched refs:matrix_cols (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c8034 int row, matrix_rows, col, matrix_cols; local
8058 matrix_cols = mpz_get_si (matrix->shape[1]);
8060 for (col = 0; col < matrix_cols; ++col)
8066 row * matrix_cols + col);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc8177 int row, matrix_rows, col, matrix_cols; local
8201 matrix_cols = mpz_get_si (matrix->shape[1]);
8203 for (col = 0; col < matrix_cols; ++col)
8209 row * matrix_cols + col);

Completed in 143 milliseconds