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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c3397 int negativeOutput = 0; /* if x<0 return negative output */ local
3455 negativeOutput = True
3458 negativeOutput = 1;
3554 if (negativeOutput && (Py_SIZE(z) != 0)) {

Completed in 44 milliseconds