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

  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 418 gfc_expr *matrix_b, int stride_b, int offset_b,
463 offset_b += stride_b;
4878 int stride_a, offset_a, stride_b, offset_b; local
4907 stride_b = mpz_get_si (matrix_b->shape[0]);
4918 stride_b = 1;
4929 stride_b = mpz_get_si (matrix_b->shape[0]);
4954 offset_b += stride_b;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 392 gfc_expr *matrix_b, int stride_b, int offset_b,
437 offset_b += stride_b;
4823 int stride_a, offset_a, stride_b, offset_b; local
4852 stride_b = mpz_get_si (matrix_b->shape[0]);
4863 stride_b = 1;
4874 stride_b = mpz_get_si (matrix_b->shape[0]);
4899 offset_b += stride_b;

Completed in 33 milliseconds