Searched refs:matrix_cols (Results 1 – 2 of 2) sorted by relevance
8177 int row, matrix_rows, col, matrix_cols; in gfc_simplify_transpose() local8201 matrix_cols = mpz_get_si (matrix->shape[1]); in gfc_simplify_transpose()8203 for (col = 0; col < matrix_cols; ++col) in gfc_simplify_transpose()8209 row * matrix_cols + col); in gfc_simplify_transpose()
8034 int row, matrix_rows, col, matrix_cols; in gfc_simplify_transpose() local8058 matrix_cols = mpz_get_si (matrix->shape[1]); in gfc_simplify_transpose()8060 for (col = 0; col < matrix_cols; ++col) in gfc_simplify_transpose()8066 row * matrix_cols + col); in gfc_simplify_transpose()