Home
last modified time | relevance | path

Searched refs:suboffsets (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Utility/
DMemoryView_C.c11 Py_ssize_t suboffsets[{{max_dims}}]; member
212 } 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 …]
DMemoryView.pyx45 Py_ssize_t suboffsets[{{max_dims}}]
192 info.suboffsets = NULL
424 if self.view.suboffsets != NULL:
425 assert_direct_dimensions(self.view.suboffsets, self.view.ndim)
480 info.suboffsets = self.view.suboffsets
482 info.suboffsets = NULL
525 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 …]
DBuffer.c6 Py_ssize_t shape, strides, suboffsets; member
783 buf->suboffsets = __Pyx_minusones;
814 if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones;
823 if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL;
DModuleSetupCode.c88 Py_ssize_t *suboffsets; member
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Darray.pxd98 info.suboffsets = NULL
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
D__init__.pxd234 info.suboffsets = NULL
/external/chromium_org/third_party/bintrees/bintrees/
Dqavltree.c83 Py_ssize_t *suboffsets; member
Dqrbtree.c83 Py_ssize_t *suboffsets; member
Dqbintree.c83 Py_ssize_t *suboffsets; member
Dcwalker.c83 Py_ssize_t *suboffsets; member