Searched refs:suboffsets (Results 1 – 10 of 10) sorted by relevance
11 Py_ssize_t suboffsets[{{max_dims}}]; member212 } else if (buf->suboffsets) {230 if (buf->suboffsets && buf->suboffsets[dim] >= 0) {239 if (!buf->suboffsets || (buf->suboffsets && buf->suboffsets[dim] < 0)) {413 if (buf->suboffsets) {414 memviewslice->suboffsets[i] = buf->suboffsets[i];416 memviewslice->suboffsets[i] = -1;568 if (from_mvs->suboffsets[i] >= 0) {730 if (mvs->suboffsets[index] >= 0 || mvs->strides[index] != itemsize)815 {{src}}.shape[{{dim}}], {{src}}.strides[{{dim}}], {{src}}.suboffsets[{{dim}}],[all …]
45 Py_ssize_t suboffsets[{{max_dims}}]192 info.suboffsets = NULL424 if self.view.suboffsets != NULL:425 assert_direct_dimensions(self.view.suboffsets, self.view.ndim)480 info.suboffsets = self.view.suboffsets482 info.suboffsets = NULL525 property suboffsets:528 if self.view.suboffsets == NULL:531 return tuple([self.view.suboffsets[i] for i in xrange(self.view.ndim)])656 cdef assert_direct_dimensions(Py_ssize_t *suboffsets, int ndim): argument[all …]
6 Py_ssize_t shape, strides, suboffsets; member783 buf->suboffsets = __Pyx_minusones;814 if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones;823 if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL;
88 Py_ssize_t *suboffsets; member
98 info.suboffsets = NULL
234 info.suboffsets = NULL
83 Py_ssize_t *suboffsets; member