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

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTStringObsolete.cpp149 PRBool negate=PR_FALSE; local
174 negate=PR_TRUE; //fall through...
250 if(negate)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c3095 int inexact, negate, a_is_small, b_is_small; local
3190 negate = (Py_SIZE(a) < 0) ^ (Py_SIZE(b) < 0);
3335 return PyFloat_FromDouble(negate ? -result : result);
3340 return PyFloat_FromDouble(negate ? -0.0 : 0.0);

Completed in 61 milliseconds