Home
last modified time | relevance | path

Searched refs:NPY_ARRAY_ALIGNED (Results 1 – 25 of 66) sorted by relevance

123

/dports/cad/gmsh/gmsh-4.9.2-source/utils/wrappers/gmshpy/
H A Dgmshtypemaps.i17 %#define NPY_ARRAY_ALIGNED NPY_ALIGNED
116 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED);
134 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED); in fullMatrix2PyArrayConst()
142 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED |NPY_ARRAY_WRITEABLE); in fullMatrix2PyArrayProxy()
150 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE); in fullVector2PyArrayProxy()
164 %#define NPY_ARRAY_ALIGNED NPY_ALIGNED
264 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED);
282 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED); in fullMatrix2PyArrayConst()
290 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED |NPY_ARRAY_WRITEABLE); in fullMatrix2PyArrayProxy()
298 PyArray_UpdateFlags((PyArrayObject*)array, NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE); in fullVector2PyArrayProxy()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dflagsobject.c37 NPY_ARRAY_ALIGNED; in PyArray_NewFlagsObject()
68 if (flagmask & NPY_ARRAY_ALIGNED) { in PyArray_UpdateFlags()
70 PyArray_ENABLEFLAGS(ret, NPY_ARRAY_ALIGNED); in PyArray_UpdateFlags()
73 PyArray_CLEARFLAGS(ret, NPY_ARRAY_ALIGNED); in PyArray_UpdateFlags()
229 _define_get(NPY_ARRAY_ALIGNED, aligned) in _define_get()
232 _define_get_warn(NPY_ARRAY_ALIGNED| in _define_get()
234 _define_get_warn(NPY_ARRAY_ALIGNED| in _define_get()
294 if (((self->flags & (NPY_ARRAY_ALIGNED| in arrayflags_farray_get()
724 "ALIGNED", _torf_(fl, NPY_ARRAY_ALIGNED), in arrayflags_print()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/include/petsc4py/
H A Dnumpy.h13 #ifndef NPY_ARRAY_ALIGNED
14 #define NPY_ARRAY_ALIGNED NPY_ALIGNED macro
/dports/math/R-cran-nloptr/nloptr/src/nlopt_src/swig/
H A Dnlopt-python.i123 # define NPY_ARRAY_ALIGNED NPY_ALIGNED macro
131 0, NPY_ARRAY_C_CONTIGUOUS | NPY_ARRAY_ALIGNED, NULL); in func_python()
167 0, NPY_ARRAY_C_CONTIGUOUS | NPY_ARRAY_ALIGNED, NULL); in mfunc_python()
/dports/math/nlopt/nlopt-2.7.1/src/swig/
H A Dnlopt-python.i123 # define NPY_ARRAY_ALIGNED NPY_ALIGNED macro
131 0, NPY_ARRAY_C_CONTIGUOUS | NPY_ARRAY_ALIGNED, NULL); in func_python()
167 0, NPY_ARRAY_C_CONTIGUOUS | NPY_ARRAY_ALIGNED, NULL); in mfunc_python()
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/src/
H A Ddistance_pybind.cpp263 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in pdist_unweighted()
281 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in pdist_weighted()
283 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in pdist_weighted()
304 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in cdist_unweighted()
306 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in cdist_unweighted()
328 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in cdist_weighted()
330 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in cdist_weighted()
332 NPY_ARRAY_ALIGNED | NPY_ARRAY_NOTSWAPPED); in cdist_weighted()
/dports/math/py-pygsl/pygsl-2.3.0/Include/pygsl/
H A Dold_numpy_compat.h8 #define NPY_ARRAY_ALIGNED NPY_ALIGNED macro
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dndarraytypes.h870 #define NPY_ARRAY_ALIGNED 0x0100 macro
903 #define NPY_ARRAY_BEHAVED (NPY_ARRAY_ALIGNED | \
905 #define NPY_ARRAY_BEHAVED_NS (NPY_ARRAY_ALIGNED | \
911 NPY_ARRAY_ALIGNED)
915 NPY_ARRAY_ALIGNED)
932 NPY_ARRAY_ALIGNED)
971 #define PyArray_ISALIGNED(m) PyArray_CHKFLAGS((m), NPY_ARRAY_ALIGNED)
1767 #define PyArray_ISBEHAVED_RO(m) PyArray_FLAGSWAP(m, NPY_ARRAY_ALIGNED)
H A Dnpy_1_7_deprecated_api.h48 #define NPY_ALIGNED NPY_ARRAY_ALIGNED
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dnumpy_interop.h29 #define NPY_ARRAY_ALIGNED NPY_ALIGNED macro
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/python/
H A Dnumpy_interop.h29 #define NPY_ARRAY_ALIGNED NPY_ALIGNED macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dnumpy_interop.h29 #define NPY_ARRAY_ALIGNED NPY_ALIGNED macro
/dports/devel/boost-docs/boost_1_72_0/libs/python/src/numpy/
H A Dndarray.cpp27 if (f & NPY_ARRAY_ALIGNED) r = (r | ndarray::ALIGNED); in numpy_to_bitflag()
37 if (f & ndarray::ALIGNED) r |= NPY_ARRAY_ALIGNED; in bitflag_to_numpy()
125 if (is_aligned(strides, itemsize)) flags |= NPY_ARRAY_ALIGNED; in from_data_impl()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/include/
H A Darraynpy.pxi25 enum: NPY_ARRAY_ALIGNED
123 ob, typenum, NPY_ARRAY_ALIGNED|NPY_ARRAY_NOTSWAPPED)
150 ob, typenum, NPY_ARRAY_ALIGNED|NPY_ARRAY_WRITEABLE|NPY_ARRAY_NOTSWAPPED)
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/src/numpy/
H A Dndarray.cpp27 if (f & NPY_ARRAY_ALIGNED) r = (r | ndarray::ALIGNED); in numpy_to_bitflag()
37 if (f & ndarray::ALIGNED) r |= NPY_ARRAY_ALIGNED; in bitflag_to_numpy()
125 if (is_aligned(strides, itemsize)) flags |= NPY_ARRAY_ALIGNED; in from_data_impl()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/python/src/numpy/
H A Dndarray.cpp27 if (f & NPY_ARRAY_ALIGNED) r = (r | ndarray::ALIGNED); in numpy_to_bitflag()
37 if (f & ndarray::ALIGNED) r |= NPY_ARRAY_ALIGNED; in bitflag_to_numpy()
125 if (is_aligned(strides, itemsize)) flags |= NPY_ARRAY_ALIGNED; in from_data_impl()
/dports/devel/boost-libs/boost_1_72_0/libs/python/src/numpy/
H A Dndarray.cpp27 if (f & NPY_ARRAY_ALIGNED) r = (r | ndarray::ALIGNED); in numpy_to_bitflag()
37 if (f & ndarray::ALIGNED) r |= NPY_ARRAY_ALIGNED; in bitflag_to_numpy()
125 if (is_aligned(strides, itemsize)) flags |= NPY_ARRAY_ALIGNED; in from_data_impl()
/dports/devel/hyperscan/boost_1_75_0/libs/python/src/numpy/
H A Dndarray.cpp27 if (f & NPY_ARRAY_ALIGNED) r = (r | ndarray::ALIGNED); in numpy_to_bitflag()
37 if (f & ndarray::ALIGNED) r |= NPY_ARRAY_ALIGNED; in bitflag_to_numpy()
125 if (is_aligned(strides, itemsize)) flags |= NPY_ARRAY_ALIGNED; in from_data_impl()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/tnc/
H A DmoduleTNC.c40 #define NPY_ARRAY_ALIGNED 0x0100 macro
41 #define NPY_ARRAY_IN_ARRAY (NPY_ARRAY_C_CONTIGUOUS | NPY_ARRAY_ALIGNED)
/dports/math/casadi/casadi-3.5.5/swig/python/
H A Dcasadi_numpy.hpp12 #define NPY_ALIGNED NPY_ARRAY_ALIGNED
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dsolver.i43 int req = NPY_ARRAY_C_CONTIGUOUS | NPY_ARRAY_ALIGNED | in verify_star_lists_np()
/dports/math/py-pyodeint/pyodeint-0.10.4/external/anyode/include/anyode/
H A Danyode_numpy.hpp246 int flags = NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE; in dense_jac_cmaj()
262 int flags = NPY_ARRAY_ALIGNED| NPY_ARRAY_WRITEABLE; in dense_jac_rmaj()
310 int flags = NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE; in banded_jac_cmaj()
/dports/math/py-pyodesys/pyodesys-0.14.1/pyodesys/native/sources/anyode/
H A Danyode_numpy.hpp246 int flags = NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE; in dense_jac_cmaj()
262 int flags = NPY_ARRAY_ALIGNED| NPY_ARRAY_WRITEABLE; in dense_jac_rmaj()
310 int flags = NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE; in banded_jac_cmaj()
/dports/math/py-pygslodeiv2/pygslodeiv2-0.9.4/external/anyode/include/anyode/
H A Danyode_numpy.hpp246 int flags = NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE; in dense_jac_cmaj()
262 int flags = NPY_ARRAY_ALIGNED| NPY_ARRAY_WRITEABLE; in dense_jac_rmaj()
310 int flags = NPY_ARRAY_ALIGNED | NPY_ARRAY_WRITEABLE; in banded_jac_cmaj()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/c_code/
H A Ddimshuffle.c42 … NULL, 0, 0, NPY_ARRAY_ALIGNED|NPY_ARRAY_ENSURECOPY, NULL); in APPLY_SPECIFIC()

123