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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h449 /* Py_SET_ERRNO_ON_MATH_ERROR(x)
463 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ macro
473 * An alias of Py_SET_ERRNO_ON_MATH_ERROR for backward-compatibility.
475 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h462 /* Py_SET_ERRNO_ON_MATH_ERROR(x)
476 #define Py_SET_ERRNO_ON_MATH_ERROR(X) \ macro
486 * An alias of Py_SET_ERRNO_ON_MATH_ERROR for backward-compatibility.
488 #define Py_SET_ERANGE_IF_OVERFLOW(X) Py_SET_ERRNO_ON_MATH_ERROR(X)

Completed in 719 milliseconds