Searched refs:index_signeds (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Buffer.py | 416 def put_buffer_lookup_code(entry, index_signeds, index_cnames, directives, argument 440 for dim, (signed, cname, shape) in enumerate(zip(index_signeds, index_cnames, 475 for signed, cname, shape in zip(index_signeds, index_cnames,
|
D | ExprNodes.py | 3706 index_signeds=[i.type.signed for i in self.indices],
|