Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c3397 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local
3458 negativeOutput = 1; in long_pow()
3554 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c3397 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local
3458 negativeOutput = 1; in long_pow()
3554 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c3411 int negativeOutput = 0; /* if x<0 return negative output */ in long_pow() local
3472 negativeOutput = 1; in long_pow()
3574 if (negativeOutput && (Py_SIZE(z) != 0)) { in long_pow()