Home
last modified time | relevance | path

Searched refs:PyTypeNum_ISUNSIGNED (Results 1 – 12 of 12) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dndarraytypes.h1644 #define PyTypeNum_ISUNSIGNED(type) (((type) == NPY_UBYTE) || \ macro
1695 #define PyDataType_ISUNSIGNED(obj) PyTypeNum_ISUNSIGNED(((PyArray_Descr*)(obj))->type_num)
1715 #define PyArray_ISUNSIGNED(obj) PyTypeNum_ISUNSIGNED(PyArray_TYPE(obj))
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dconvert_datatype.c619 if (is_small_unsigned && !(PyTypeNum_ISUNSIGNED(to->type_num))) { in can_cast_scalar_to()
741 PyTypeNum_ISUNSIGNED(type_num2))) { in promote_types()
760 PyTypeNum_ISUNSIGNED(type_num1))) { in promote_types()
H A Ddatetime.c4003 if (PyTypeNum_ISUNSIGNED(num) && tmp->singleton->elsize == 8) { in PyArray_InitializeDatetimeCasts()
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pxd366 bint PyTypeNum_ISUNSIGNED(int) nogil
H A D__init__.cython-30.pxd408 bint PyTypeNum_ISUNSIGNED(int) nogil
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/numpy/
H A D__init__.pxd453 bint PyTypeNum_ISUNSIGNED(int)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/numpy/
H A D__init__.pxd452 bint PyTypeNum_ISUNSIGNED(int)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/numpy/
H A D__init__.pxd452 bint PyTypeNum_ISUNSIGNED(int)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/numpy/
H A D__init__.pxd452 bint PyTypeNum_ISUNSIGNED(int)
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/numpy/
H A D__init__.pxd412 bint PyTypeNum_ISUNSIGNED(int) nogil
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/umath/
H A Dufunc_object.c4641 if (PyTypeNum_ISUNSIGNED(typenum)) { in PyUFunc_GenericReduction()
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/c-api/
H A Darray.rst870 .. c:function:: int PyTypeNum_ISUNSIGNED(int num)