HomeSort by relevance Sort by last modified time
    Searched refs:suboffset0 (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/
_testbuffer.c 1034 Py_ssize_t imin, suboffset0; local
1062 suboffset0: offset for each sub-array of the output. This is the
1064 imin = suboffset0 = 0;
1071 suboffset0 += (n >= 1) ? -x : 0;
1088 base->suboffsets[0] = suboffset0;
    [all...]
  /external/python/cpython3/Lib/test/
test_buffer.py 783 suboffset0 = 0
788 suboffset0 += -strides[n] * (shape[n]-1)
790 suboffsets = [suboffset0] + [-1 for v in range(ndim-1)]
    [all...]

Completed in 97 milliseconds