Home
last modified time | relevance | path

Searched defs:Py_MIN (Results 1 – 24 of 24) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/
H A D_pymodule.h50 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/lang/python38/Python-3.8.12/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/lang/python37/Python-3.7.12/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/lang/python39/Python-3.9.9/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/lang/python310/Python-3.10.1/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dpymacro.h5 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-billiard/billiard-3.6.3.0/Modules/_billiard/
H A Dmultiprocessing.h181 # define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
H A Dwin32_functions.c35 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-bitarray/bitarray-2.3.4/bitarray/
H A Dbitarray.h32 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dtypespec.cpp60 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dtypespec.cpp60 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dtypespec.cpp60 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/
H A Dprelude.h320 #define Py_MIN(x, y) (((x) > (y)) ? (y) : (x)) macro
/dports/devel/py-trollius/trollius-2.2/
H A Doverlapped.c39 # define Py_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) macro