Searched refs:negativeOutput (Results 1 – 1 of 1) sorted by relevance
4126 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local4177 negativeOutput = 1; in long_pow()4302 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()