Home
last modified time | relevance | path

Searched refs:substep (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Drangeobject.c335 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local
342 substep = PyNumber_Multiply(r->step, step); in compute_slice()
343 if (substep == NULL) goto fail; in compute_slice()
354 result = make_range_object(Py_TYPE(r), substart, substop, substep); in compute_slice()
364 Py_XDECREF(substep); in compute_slice()
/external/llvm-project/polly/lib/External/isl/doc/
Dimplementation.tex2010 use the above algorithm as a substep on the disjuncts in the relation.