Home | History | Annotate | Download | only in Modules

Lines Matching defs:imax

925      imax is reached when all indices[n] combined with negative strides are 0
933 Py_ssize_t imin, imax;
952 imin = imax = 0;
957 imax += (shape[n]-1) * strides[n];
959 if (imin + offset < 0 || imax + offset + itemsize > len)