HomeSort by: relevance | last modified time | path
    Searched defs:matrix_cols (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 8342 int row, matrix_rows, col, matrix_cols; local
8366 matrix_cols = mpz_get_si (matrix->shape[1]);
8368 for (col = 0; col < matrix_cols; ++col)
8374 row * matrix_cols + col);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 8252 int row, matrix_rows, col, matrix_cols; local
8276 matrix_cols = mpz_get_si (matrix->shape[1]);
8278 for (col = 0; col < matrix_cols; ++col)
8284 row * matrix_cols + col);

Completed in 28 milliseconds