Searched refs:a_stride (Results 1 – 2 of 2) sorted by relevance
2086 a_extent[GFC_MAX_DIMENSIONS], a_stride[GFC_MAX_DIMENSIONS], in gfc_simplify_cshift() local2145 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() local2596 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()
2054 a_extent[GFC_MAX_DIMENSIONS], a_stride[GFC_MAX_DIMENSIONS], in gfc_simplify_cshift() local2112 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() local2563 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()