Searched refs:subview (Results 1 – 4 of 4) sorted by relevance
1608 Py_buffer *subview; in ndarray_item() local1619 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()
1469 // subspan() - create a subview of Count elements starting at Offset1485 // subspan() - create a subview of count elements starting at offset
2745 slicing will result in a subview::
3457 One-dimensional slicing will result in a subview::