Searched refs:negativeOutput (Results 1 – 3 of 3) sorted by relevance
3397 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local3458 negativeOutput = 1; in long_pow()3554 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()
3411 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local3472 negativeOutput = 1; in long_pow()3574 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()