Home
last modified time | relevance | path

Searched refs:a_stride (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc2086 a_extent[GFC_MAX_DIMENSIONS], a_stride[GFC_MAX_DIMENSIONS], in gfc_simplify_cshift() local
2145 a_stride[d] = d == 0 ? 1 : a_stride[d-1] * a_extent[d-1]; in gfc_simplify_cshift()
2173 rsoffset = a_stride[d]; in gfc_simplify_cshift()
2180 sstride[n] = a_stride[d]; in gfc_simplify_cshift()
2490 a_stride[GFC_MAX_DIMENSIONS], ss_ex[GFC_MAX_DIMENSIONS + 1]; in gfc_simplify_eoshift() local
2596 a_stride[d] = d == 0 ? 1 : a_stride[d-1] * a_extent[d-1]; in gfc_simplify_eoshift()
2624 rsoffset = a_stride[d]; in gfc_simplify_eoshift()
2631 sstride[n] = a_stride[d]; in gfc_simplify_eoshift()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c2054 a_extent[GFC_MAX_DIMENSIONS], a_stride[GFC_MAX_DIMENSIONS], in gfc_simplify_cshift() local
2112 a_stride[d] = d == 0 ? 1 : a_stride[d-1] * a_extent[d-1]; in gfc_simplify_cshift()
2140 rsoffset = a_stride[d]; in gfc_simplify_cshift()
2147 sstride[n] = a_stride[d]; in gfc_simplify_cshift()
2457 a_stride[GFC_MAX_DIMENSIONS], ss_ex[GFC_MAX_DIMENSIONS + 1]; in gfc_simplify_eoshift() local
2563 a_stride[d] = d == 0 ? 1 : a_stride[d-1] * a_extent[d-1]; in gfc_simplify_eoshift()
2591 rsoffset = a_stride[d]; in gfc_simplify_eoshift()
2598 sstride[n] = a_stride[d]; in gfc_simplify_eoshift()