Searched refs:result_rows (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | simplify.cc | 4747 int row, result_rows, col, result_columns; in gfc_simplify_matmul() local 4774 result_rows = 1; in gfc_simplify_matmul() 4785 result_rows = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul() 4792 mpz_init_set_si (result->shape[0], result_rows); in gfc_simplify_matmul() 4796 result_rows = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul() 4803 mpz_init_set_si (result->shape[0], result_rows); in gfc_simplify_matmul() 4814 for (row = 0; row < result_rows; ++row) in gfc_simplify_matmul()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | simplify.c | 4639 int row, result_rows, col, result_columns; in gfc_simplify_matmul() local 4666 result_rows = 1; in gfc_simplify_matmul() 4677 result_rows = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul() 4684 mpz_init_set_si (result->shape[0], result_rows); in gfc_simplify_matmul() 4688 result_rows = mpz_get_si (matrix_a->shape[0]); in gfc_simplify_matmul() 4695 mpz_init_set_si (result->shape[0], result_rows); in gfc_simplify_matmul() 4706 for (row = 0; row < result_rows; ++row) in gfc_simplify_matmul()
|