Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dsliceobject.c377 int step_is_negative, cmp_result; in _PySlice_GetLongIndices() local
383 step_is_negative = 0; in _PySlice_GetLongIndices()
396 step_is_negative = step_sign < 0; in _PySlice_GetLongIndices()
400 if (step_is_negative) { in _PySlice_GetLongIndices()
418 start = step_is_negative ? upper : lower; in _PySlice_GetLongIndices()
457 stop = step_is_negative ? lower : upper; in _PySlice_GetLongIndices()