PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
core
/
include
/
numpy
#ifndef NUMPY_CORE_INCLUDE_NUMPY_OLDNUMERIC_H_ #define NUMPY_CORE_INCLUDE_NUMPY_OLDNUMERIC_H_ /* FIXME -- this file can be deleted? */ #include "arrayobject.h" #ifndef PYPY_VERSION #ifndef REFCOUNT # define REFCOUNT NPY_REFCOUNT # define MAX_ELSIZE 16 #endif #endif #define PyArray_UNSIGNED_TYPES #define PyArray_SBYTE NPY_BYTE #define PyArray_CopyArray PyArray_CopyInto #define _PyArray_multiply_list PyArray_MultiplyIntList #define PyArray_ISSPACESAVER(m) NPY_FALSE #define PyScalarArray_Check PyArray_CheckScalar #define CONTIGUOUS NPY_CONTIGUOUS #define OWN_DIMENSIONS 0 #define OWN_STRIDES 0 #define OWN_DATA NPY_OWNDATA #define SAVESPACE 0 #define SAVESPACEBIT 0 #undef import_array #define import_array() { if (_import_array() < 0) {PyErr_Print(); PyErr_SetString(PyExc_ImportError, "numpy.core.multiarray failed to import"); } } #endif /* NUMPY_CORE_INCLUDE_NUMPY_OLDNUMERIC_H_ */
[-] numpyconfig.h
[open]
[+]
..
[-] _numpyconfig.h
[open]
[-] __ufunc_api.h
[open]
[-] _numpyconfig.h.in
[open]
[-] npy_endian.h
[open]
[+]
random
[-] ndarrayobject.h
[open]
[-] _neighborhood_iterator_imp.h
[open]
[-] .doxyfile
[open]
[-] npy_os.h
[open]
[-] arrayobject.h
[open]
[-] npy_cpu.h
[open]
[-] utils.h
[open]
[-] arrayscalars.h
[open]
[-] npy_math.h
[open]
[-] npy_no_deprecated_api.h
[open]
[-] oldnumeric.h
[open]
[-] npy_common.h
[open]
[-] experimental_dtype_api.h
[open]
[-] old_defines.h
[open]
[-] npy_1_7_deprecated_api.h
[open]
[-] __multiarray_api.h
[open]
[-] noprefix.h
[open]
[-] npy_3kcompat.h
[open]
[-] ndarraytypes.h
[open]
[-] _dtype_api.h
[open]
[-] halffloat.h
[open]
[+]
libdivide
[-] ufuncobject.h
[open]
[-] npy_interrupt.h
[open]