Home
last modified time | relevance | path

Searched refs:subview (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_testbuffer.c1608 Py_buffer *subview; in ndarray_item() local
1619 subview = &nd->staticbuf.base; in ndarray_item()
1621 subview->buf = ptr; in ndarray_item()
1622 subview->len /= subview->shape[0]; in ndarray_item()
1624 subview->ndim--; in ndarray_item()
1625 subview->shape++; in ndarray_item()
1626 if (subview->strides) subview->strides++; in ndarray_item()
1627 if (subview->suboffsets) subview->suboffsets++; in ndarray_item()
/external/Microsoft-GSL/include/gsl/
Dmulti_span1469 // subspan() - create a subview of Count elements starting at Offset
1485 // subspan() - create a subview of count elements starting at offset
/external/python/cpython2/Doc/library/
Dstdtypes.rst2745 slicing will result in a subview::
/external/python/cpython3/Doc/library/
Dstdtypes.rst3457 One-dimensional slicing will result in a subview::