Home
last modified time | relevance | path

Searched defs:Py_MAX (Results 1 – 22 of 22) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/
H A D_pymodule.h54 #define Py_MAX(x, y) (((x) < (y)) ? (y) : (x)) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dpymacro.h8 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/py-bitarray/bitarray-2.3.4/bitarray/
H A Dbitarray.h33 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dtypespec.cpp63 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dtypespec.cpp63 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dtypespec.cpp63 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/
H A Dprelude.h324 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
/dports/devel/py-trollius/trollius-2.2/
H A Doverlapped.c43 # define Py_MAX(X, Y) (((X) > (Y)) ? (X) : (Y)) macro