Lines Matching refs:imin
921 imin is reached when all indices[n] combined with positive strides are 0
933 Py_ssize_t imin, imax;
952 imin = imax = 0;
955 imin += (shape[n]-1) * strides[n];
959 if (imin + offset < 0 || imax + offset + itemsize > len)
1034 Py_ssize_t imin, suboffset0;
1061 /* imin: minimum index of the input array relative to ndbuf->offset.
1063 same as calculating -imin' for a sub-array of ndim-1. */
1064 imin = suboffset0 = 0;
1070 imin += x;
1076 start = addsize + ndbuf->offset + imin;