Home
last modified time | relevance | path

Searched refs:negativeOutput (Results 1 – 1 of 1) 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()