Searched refs:have_slices (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | MemoryView.py | 279 have_slices, directives): argument 303 no_suboffset_dim = all_dimensions_direct and not have_slices 382 have_slices = False 388 have_slices = True 398 have_slices = (have_slices or 405 have_slices = True 409 return have_slices, result
|
D | ExprNodes.py | 2976 have_slices, indices = MemoryView.unellipsify(indices, 3724 have_slices = False 3728 have_slices = have_slices or is_slice 3744 have_slices=have_slices,
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | MemoryView.pyx | 360 have_slices, indices = _unellipsify(index, self.view.ndim) 363 if have_slices: 370 have_slices, index = _unellipsify(index, self.view.ndim) 372 if have_slices: 633 have_slices = False 642 have_slices = True 647 have_slices = have_slices or isinstance(item, slice) 654 return have_slices or nslices, tuple(result)
|