Home
last modified time | relevance | path

Searched defs:new_stop (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Drangeobject.c1145 long lstart, lstop, lstep, new_start, new_stop; in range_reverse() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp486 ExprPtr new_stop = stop->accept_mutator(this); in mutate() local