Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlongobject.c3399 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local
3460 negativeOutput = 1; in long_pow()
3562 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()
/external/python/cpython3/Objects/
Dlongobject.c4025 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local
4082 negativeOutput = 1; in long_pow()
4186 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()