Home
last modified time | relevance | path

Searched refs:PyArray_FILLWBYTE (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/py-fast-histogram/fast-histogram-0.10/fast_histogram/
H A D_histogram_core.c109 PyArray_FILLWBYTE(count_array, 0); in _histogram1d()
250 PyArray_FILLWBYTE(count_array, 0); in _histogram2d()
469 PyArray_FILLWBYTE(count_array, 0); in _histogramdd()
719 PyArray_FILLWBYTE(count_array, 0); in _histogram1d_weighted()
873 PyArray_FILLWBYTE(count_array, 0); in _histogram2d_weighted()
1103 PyArray_FILLWBYTE(count_array, 0); in _histogramdd_weighted()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/c_code/
H A Dcorr3d_gemm.c280 PyArray_FILLWBYTE(output, 0);
380 PyArray_FILLWBYTE(bottom, 0);
H A Dcorr_gemm.c295 PyArray_FILLWBYTE(output, 0);
489 PyArray_FILLWBYTE(bottom, 0);
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/
H A D_bbox.cpp154 PyArray_FILLWBYTE(extrema, 0); in py_bbox()
H A D_morph.cpp300 PyArray_FILLWBYTE(output, 0); in py_locminmax()
370 PyArray_FILLWBYTE(output, 0); in py_regminmax()
930 PyArray_FILLWBYTE(res_a, 0); in py_majority_filter()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dndarrayobject.h99 #define PyArray_FILLWBYTE(obj, val) memset(PyArray_DATA(obj), val, \ macro
/dports/graphics/mahotas/mahotas-1.4.11/docs/source/
H A Dinternals.rst55 PyArray_FILLWBYTE(res_a, 0);
/dports/math/py-theano/Theano-1.0.5/theano/tensor/c_code/
H A Dalt_blas_template.c7 PyArray_FILLWBYTE(matrix, (char)(*scalar));
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dnumpy_array.hxx675 PyArray_FILLWBYTE((PyArrayObject *)array.get(), 0); in numpyParseSlicing()
/dports/math/py-numpy/numpy-1.20.3/numpy/f2py/src/
H A Dfortranobject.c741 PyArray_FILLWBYTE(arr, 0); in array_from_pyobj()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Darrayobject.c1184 PyArray_FILLWBYTE((PyArrayObject *)res, in _void_compare()
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/features/
H A D_surf.cpp398 PyArray_FILLWBYTE(pyramid[o].raw_array(), 0); in build_pyramid()
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pxd462 void PyArray_FILLWBYTE(object, int val)
H A D__init__.cython-30.pxd504 void PyArray_FILLWBYTE(object, int val)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A Dgdal_array.i1321 PyArray_FILLWBYTE((PyArrayObject *) pOutArray, 0); in RATValuesIONumPyRead()
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A Dgdal_array.i1321 PyArray_FILLWBYTE((PyArrayObject *) pOutArray, 0); in RATValuesIONumPyRead()
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A Dgdal_array.i1321 PyArray_FILLWBYTE((PyArrayObject *) pOutArray, 0); in RATValuesIONumPyRead()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/numpy/
H A D__init__.pxd548 void PyArray_FILLWBYTE(object, int val)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/numpy/
H A D__init__.pxd547 void PyArray_FILLWBYTE(object, int val)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/numpy/
H A D__init__.pxd547 void PyArray_FILLWBYTE(object, int val)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/numpy/
H A D__init__.pxd547 void PyArray_FILLWBYTE(object, int val)
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/numpy/
H A D__init__.pxd508 void PyArray_FILLWBYTE(object, int val)
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/c-api/
H A Darray.rst225 :c:func:`PyArray_FILLWBYTE` to initialize the memory.
303 :c:func:`PyArray_FILLWBYTE` (return_object, 0).This function cannot be
329 .. c:function:: void PyArray_FILLWBYTE(PyObject* obj, int val)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/extensions/
H A Dgdal_array_wrap.cpp4796 PyArray_FILLWBYTE((PyArrayObject *) pOutArray, 0); in RATValuesIONumPyRead()
/dports/graphics/gdal/gdal-3.3.3/swig/python/extensions/
H A Dgdal_array_wrap.cpp4796 PyArray_FILLWBYTE((PyArrayObject *) pOutArray, 0); in RATValuesIONumPyRead()

12