Home
last modified time | relevance | path

Searched refs:uintc (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/numpy/
H A Duintc.hpp19 unsigned uintc() in uintc() function
25 unsigned uintc(V v) in uintc() function
31 #define NUMPY_NARY_FUNC_NAME uintc
32 #define NUMPY_NARY_FUNC_SYM details::uintc
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/numpy/
H A Duintc.hpp17 unsigned uintc();
19 unsigned uintc(V v);
22 #define NUMPY_NARY_FUNC_NAME uintc
23 #define NUMPY_NARY_FUNC_SYM details::uintc
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/
H A Dhistogram.py67 return np.array([zeros, ones], np.uintc)
69 histogram = np.zeros(int(img.max()) + 1, np.uintc)
/dports/devel/py-numba/numba-0.51.2/numba/core/types/
H A D__init__.py50 uintc = uint32 if struct.calcsize('i') == 4 else uint64 variable
107 uintc = _make_unsigned(np.uintc) # C-compat uint variable
/dports/devel/py-pythran/pythran-0.11.0/pythran/types/
H A Dconversion.py4 from numpy import uint8, uint16, uint32, uint64, uintp, uintc
25 uintc: 'unsigned',
/dports/devel/py-numba/numba-0.51.2/numba/core/typing/
H A Dcffi_utils.py77 ffi.typeof('unsigned int') : types.uintc,
85 ffi.typeof('uint32_t') : types.uintc,
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/compat/
H A Dnumbers.py27 numpy.uintc,
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/builtins/
H A Dtype.hpp113 using type = numpy::functor::uintc;
/dports/graphics/py-plotly/plotly-4.14.3/plotly/express/
H A Dimshow_utils.py15 np.uintc, # 16 or 32 or 64 bits
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_scalar_ctors.py85 uint_types = [np.ubyte, np.ushort, np.uintc, np.uint, np.ulonglong]
H A Dtest_scalarbuffer.py21 (np.uintc, 'I'),
H A Dtest_numerictypes.py454 @pytest.mark.parametrize('t', [np.ubyte, np.ushort, np.uintc, np.uint, np.ulonglong])
533 np.ubyte, np.ushort, np.uintc, np.uint, np.ulonglong,
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/tests/
H A Dtest_stl_binders.py95 a = np.array([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]], dtype=np.uintc)
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/arrays/
H A Dnumpymodule.py81 numpy.uintc,
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dtest_stl_binders.py102 a = np.array([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]], dtype=np.uintc)
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dtest_stl_binders.py102 a = np.array([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]], dtype=np.uintc)
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/pybind11/tests/
H A Dtest_stl_binders.py98 a = np.array([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]], dtype=np.uintc)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/segmentation/tests/
H A Dtest_join.py125 np.uintc, np.uint, np.ulonglong))
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_ctypes.py85 cres = compile_isolated(use_c_sleep, [types.uintc])
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/
H A Dsputils.py14 np.uintc, np.int_, np.uint, np.longlong, np.ulonglong, np.single, np.double,
/dports/math/py-iminuit/iminuit-2.8.4/tests/
H A Dtest_core.py126 c_sig = nb.types.double(nb.types.uintc, nb.types.CPointer(nb.types.double))
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dtest_stl_binders.py101 a = np.array([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]], dtype=np.uintc)
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dtest_stl_binders.py101 a = np.array([[1, 2, 3, 4], [5, 6, 7, 8], [9, 10, 11, 12]], dtype=np.uintc)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/util/
H A Ddtype.py20 np.intc, np.uintc, # 16 or 32 or 64 bits
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Darrays.scalars.rst49 ….. inheritance-diagram:: byte short intc int_ longlong ubyte ushort uintc uint ulonglong half sing…
141 .. autoclass:: numpy.uintc

12