Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/importbench/
Dimportbench.py213 old_result = max(prev_results[benchmark_name])
216 old_result,
217 new_result/old_result)
/external/python/cpython2/Modules/
Ditertoolsmodule.c1941 PyObject *old_result = result; in product_next() local
1947 elem = PyTuple_GET_ITEM(old_result, i); in product_next()
1951 Py_DECREF(old_result); in product_next()
2169 PyObject *old_result = result; in combinations_next() local
2175 elem = PyTuple_GET_ITEM(old_result, i); in combinations_next()
2179 Py_DECREF(old_result); in combinations_next()
2418 PyObject *old_result = result; in cwr_next() local
2424 elem = PyTuple_GET_ITEM(old_result, i); in cwr_next()
2428 Py_DECREF(old_result); in cwr_next()
2681 PyObject *old_result = result; in permutations_next() local
[all …]
/external/python/cpython3/Modules/
Ditertoolsmodule.c2191 PyObject *old_result = result; in product_next() local
2197 elem = PyTuple_GET_ITEM(old_result, i); in product_next()
2201 Py_DECREF(old_result); in product_next()
2515 PyObject *old_result = result; in combinations_next() local
2521 elem = PyTuple_GET_ITEM(old_result, i); in combinations_next()
2525 Py_DECREF(old_result); in combinations_next()
2857 PyObject *old_result = result; in cwr_next() local
2863 elem = PyTuple_GET_ITEM(old_result, i); in cwr_next()
2867 Py_DECREF(old_result); in cwr_next()
3207 PyObject *old_result = result; in permutations_next() local
[all …]