Home
last modified time | relevance | path

Searched refs:NPY_NATIVE (Results 1 – 15 of 15) sorted by relevance

/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dlegacy_dtype_implementation.c425 nbo_from = PyArray_DescrNewByteorder(from, NPY_NATIVE); in PyArray_LegacyCanCastTypeTo()
426 nbo_to = PyArray_DescrNewByteorder(to, NPY_NATIVE); in PyArray_LegacyCanCastTypeTo()
H A Dconversion_utils.c391 str[0] == NPY_NATIVE || str[0] == NPY_IGNORE) { in byteorder_parser()
404 *endian = NPY_NATIVE; in byteorder_parser()
H A Dnditer_constr.c1139 nbo_dtype = PyArray_DescrNewByteorder(*op_dtype, NPY_NATIVE); in npyiter_prepare_one_operand()
2474 ret = PyArray_DescrNewByteorder(ret, NPY_NATIVE); in npyiter_get_common_dtype()
H A D_multiarray_tests.c.src2144 case NPY_NATIVE: return PyUnicode_FromString("NPY_NATIVE");
H A Ddtype_transfer.c1399 tmp_dtype = PyArray_DescrNewByteorder(src_dtype, NPY_NATIVE); in get_legacy_dtype_cast_function()
1425 tmp_dtype = PyArray_DescrNewByteorder(dst_dtype, NPY_NATIVE); in get_legacy_dtype_cast_function()
H A Dconvert_datatype.c791 return PyArray_DescrNewByteorder(type, NPY_NATIVE); in ensure_dtype_nbo()
H A Dctors.c1839 descr->byteorder = NPY_NATIVE; in PyArray_CheckFromAny()
H A Dmultiarraymodule.c763 (byteorder == NPY_NATIVE && in _signbit_set()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dold_defines.h172 #define PyArray_NATIVE NPY_NATIVE
H A Dndarraytypes.h1742 #define NPY_NATIVE '=' macro
/dports/math/py-numpy/numpy-1.20.3/tools/
H A Dreplace_old_macros.sed144 s/\bPyArray_NATIVE\b/NPY_NATIVE/g
/dports/astro/py-pyerfa/pyerfa-2.0.0/erfa/
H A Dufunc.c.templ459 return PyArray_DescrNewByteorder(type, NPY_NATIVE);
H A Dufunc.c9594 return PyArray_DescrNewByteorder(type, NPY_NATIVE); in ensure_dtype_nbo()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/umath/
H A Dufunc_object.c3759 NPY_NATIVE); in PyUFunc_Accumulate()
4156 NPY_NATIVE); in PyUFunc_Reduceat()
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/c-api/
H A Darray.rst1026 :c:data:`NPY_BIG`, :c:data:`NPY_NATIVE`, :c:data:`NPY_IGNORE` ) are
1029 and :c:data:`NPY_NATIVE` are equivalent where they are not
2821 NPY_NATIVE
2827 are swapped. Other valid newendian values are :c:data:`NPY_NATIVE`,