Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dlongobject.c4126 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local
4177 negativeOutput = 1; in long_pow()
4302 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()