HomeSort by: relevance | last modified time | path
    Searched defs:offset_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,
433 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b);
463 offset_b += stride_b;
464 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b);
4878 int stride_a, offset_a, stride_b, offset_b; local
4939 offset_b = 0;
4947 matrix_b, 1, offset_b, false);
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,
407 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b);
437 offset_b += stride_b;
438 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b);
4823 int stride_a, offset_a, stride_b, offset_b; local
4884 offset_b = 0;
4892 matrix_b, 1, offset_b, false);
4899 offset_b += stride_b;

Completed in 35 milliseconds