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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 2673 tree num_images, cond, coindex, type, lbound, ubound, desc, subdesc, local
2728 /* coindex = sub(corank) - lcobound(n). */
2729 coindex = fold_convert (gfc_array_index_type,
2733 coindex = fold_build2_loc (input_location, MINUS_EXPR, gfc_array_index_type,
2734 fold_convert (gfc_array_index_type, coindex),
2741 /* coindex = coindex*extent(codim) + sub(codim) - lcobound(codim). */
2746 /* coindex *= extent. */
2747 coindex = fold_build2_loc (input_location, MULT_EXPR,
2748 gfc_array_index_type, coindex, extent)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 2680 tree num_images, cond, coindex, type, lbound, ubound, desc, subdesc, local
2735 /* coindex = sub(corank) - lcobound(n). */
2736 coindex = fold_convert (gfc_array_index_type,
2740 coindex = fold_build2_loc (input_location, MINUS_EXPR, gfc_array_index_type,
2741 fold_convert (gfc_array_index_type, coindex),
2748 /* coindex = coindex*extent(codim) + sub(codim) - lcobound(codim). */
2753 /* coindex *= extent. */
2754 coindex = fold_build2_loc (input_location, MULT_EXPR,
2755 gfc_array_index_type, coindex, extent)
    [all...]

Completed in 30 milliseconds