Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dlongobject.c4372 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local
4426 negativeOutput = True in long_pow()
4429 negativeOutput = 1; in long_pow()
4634 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()

Completed in 8 milliseconds