Searched refs:negative_indices (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Buffer.py | 417 pos, code, negative_indices, in_nogil_context): argument 431 negative_indices = directives['wraparound'] and negative_indices 445 if negative_indices: 473 elif negative_indices:
|
D | PyrexTypes.py | 812 def __init__(self, base, dtype, ndim, mode, negative_indices, cast): argument 818 self.negative_indices = negative_indices 828 self.negative_indices, self.cast)
|
D | ExprNodes.py | 3700 negative_indices = buffer_entry.type.negative_indices 3702 negative_indices = Buffer.buffer_defaults['negative_indices'] 3710 negative_indices=negative_indices,
|