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

  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 4877 int row, result_rows, col, result_columns; local
4904 result_rows = 1;
4915 result_rows = mpz_get_si (matrix_a->shape[0]);
4922 mpz_init_set_si (result->shape[0], result_rows);
4926 result_rows = mpz_get_si (matrix_a->shape[0]);
4933 mpz_init_set_si (result->shape[0], result_rows);
4944 for (row = 0; row < result_rows; ++row)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 4822 int row, result_rows, col, result_columns; local
4849 result_rows = 1;
4860 result_rows = mpz_get_si (matrix_a->shape[0]);
4867 mpz_init_set_si (result->shape[0], result_rows);
4871 result_rows = mpz_get_si (matrix_a->shape[0]);
4878 mpz_init_set_si (result->shape[0], result_rows);
4889 for (row = 0; row < result_rows; ++row)

Completed in 34 milliseconds