Searched refs:h_extent (Results 1 – 2 of 2) sorted by relevance
2087 h_extent[GFC_MAX_DIMENSIONS], in gfc_simplify_cshift() local2157 h_extent[d] = mpz_get_si (shift->shape[d]); in gfc_simplify_cshift()2158 hstride[d] = d == 0 ? 1 : hstride[d-1] * h_extent[d-1]; in gfc_simplify_cshift()
2055 h_extent[GFC_MAX_DIMENSIONS], in gfc_simplify_cshift() local2124 h_extent[d] = mpz_get_si (shift->shape[d]); in gfc_simplify_cshift()2125 hstride[d] = d == 0 ? 1 : hstride[d-1] * h_extent[d-1]; in gfc_simplify_cshift()