X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/core/include/numpy
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
core
/
include
/
numpy
/
📁
..
📄
.doxyfile
(58 B)
📄
__multiarray_api.h
(60.08 KB)
📄
__ufunc_api.h
(12.16 KB)
📄
_dtype_api.h
(16.31 KB)
📄
_neighborhood_iterator_imp.h
(1.81 KB)
📄
_numpyconfig.h
(854 B)
📄
_numpyconfig.h.in
(867 B)
📄
arrayobject.h
(282 B)
📄
arrayscalars.h
(3.85 KB)
📄
experimental_dtype_api.h
(15.17 KB)
📄
halffloat.h
(1.91 KB)
📁
libdivide
📄
ndarrayobject.h
(9.94 KB)
📄
ndarraytypes.h
(66.42 KB)
📄
noprefix.h
(6.67 KB)
📄
npy_1_7_deprecated_api.h
(4.23 KB)
📄
npy_3kcompat.h
(15.51 KB)
📄
npy_common.h
(36.8 KB)
📄
npy_cpu.h
(4.52 KB)
📄
npy_endian.h
(2.72 KB)
📄
npy_interrupt.h
(1.9 KB)
📄
npy_math.h
(18.5 KB)
📄
npy_no_deprecated_api.h
(678 B)
📄
npy_os.h
(1.09 KB)
📄
numpyconfig.h
(5.18 KB)
📄
old_defines.h
(6.25 KB)
📄
oldnumeric.h
(899 B)
📁
random
📄
ufuncobject.h
(11.79 KB)
📄
utils.h
(1.16 KB)
Editing: utils.h
#ifndef NUMPY_CORE_INCLUDE_NUMPY_UTILS_H_ #define NUMPY_CORE_INCLUDE_NUMPY_UTILS_H_ #ifndef __COMP_NPY_UNUSED #if defined(__GNUC__) #define __COMP_NPY_UNUSED __attribute__ ((__unused__)) #elif defined(__ICC) #define __COMP_NPY_UNUSED __attribute__ ((__unused__)) #elif defined(__clang__) #define __COMP_NPY_UNUSED __attribute__ ((unused)) #else #define __COMP_NPY_UNUSED #endif #endif #if defined(__GNUC__) || defined(__ICC) || defined(__clang__) #define NPY_DECL_ALIGNED(x) __attribute__ ((aligned (x))) #elif defined(_MSC_VER) #define NPY_DECL_ALIGNED(x) __declspec(align(x)) #else #define NPY_DECL_ALIGNED(x) #endif /* Use this to tag a variable as not used. It will remove unused variable * warning on support platforms (see __COM_NPY_UNUSED) and mangle the variable * to avoid accidental use */ #define NPY_UNUSED(x) __NPY_UNUSED_TAGGED ## x __COMP_NPY_UNUSED #define NPY_EXPAND(x) x #define NPY_STRINGIFY(x) #x #define NPY_TOSTRING(x) NPY_STRINGIFY(x) #define NPY_CAT__(a, b) a ## b #define NPY_CAT_(a, b) NPY_CAT__(a, b) #define NPY_CAT(a, b) NPY_CAT_(a, b) #endif /* NUMPY_CORE_INCLUDE_NUMPY_UTILS_H_ */
Upload File
Create Folder