$68 GRAYBYTE WORDPRESS FILE MANAGER $97

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/core/include/numpy/

HOME
Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/core/include/numpy//npy_endian.h
#ifndef NUMPY_CORE_INCLUDE_NUMPY_NPY_ENDIAN_H_
#define NUMPY_CORE_INCLUDE_NUMPY_NPY_ENDIAN_H_

/*
 * NPY_BYTE_ORDER is set to the same value as BYTE_ORDER set by glibc in
 * endian.h
 */

#if defined(NPY_HAVE_ENDIAN_H) || defined(NPY_HAVE_SYS_ENDIAN_H)
    /* Use endian.h if available */

    #if defined(NPY_HAVE_ENDIAN_H)
    #include <endian.h>
    #elif defined(NPY_HAVE_SYS_ENDIAN_H)
    #include <sys/endian.h>
    #endif

    #if defined(BYTE_ORDER) && defined(BIG_ENDIAN) && defined(LITTLE_ENDIAN)
        #define NPY_BYTE_ORDER    BYTE_ORDER
        #define NPY_LITTLE_ENDIAN LITTLE_ENDIAN
        #define NPY_BIG_ENDIAN    BIG_ENDIAN
    #elif defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN)
        #define NPY_BYTE_ORDER    _BYTE_ORDER
        #define NPY_LITTLE_ENDIAN _LITTLE_ENDIAN
        #define NPY_BIG_ENDIAN    _BIG_ENDIAN
    #elif defined(__BYTE_ORDER) && defined(__BIG_ENDIAN) && defined(__LITTLE_ENDIAN)
        #define NPY_BYTE_ORDER    __BYTE_ORDER
        #define NPY_LITTLE_ENDIAN __LITTLE_ENDIAN
        #define NPY_BIG_ENDIAN    __BIG_ENDIAN
    #endif
#endif

#ifndef NPY_BYTE_ORDER
    /* Set endianness info using target CPU */
    #include "npy_cpu.h"

    #define NPY_LITTLE_ENDIAN 1234
    #define NPY_BIG_ENDIAN 4321

    #if defined(NPY_CPU_X86)                  \
            || defined(NPY_CPU_AMD64)         \
            || defined(NPY_CPU_IA64)          \
            || defined(NPY_CPU_ALPHA)         \
            || defined(NPY_CPU_ARMEL)         \
            || defined(NPY_CPU_ARMEL_AARCH32) \
            || defined(NPY_CPU_ARMEL_AARCH64) \
            || defined(NPY_CPU_SH_LE)         \
            || defined(NPY_CPU_MIPSEL)        \
            || defined(NPY_CPU_PPC64LE)       \
            || defined(NPY_CPU_ARCEL)         \
            || defined(NPY_CPU_RISCV64)       \
            || defined(NPY_CPU_LOONGARCH)     \
            || defined(NPY_CPU_WASM)
        #define NPY_BYTE_ORDER NPY_LITTLE_ENDIAN

    #elif defined(NPY_CPU_PPC)                \
            || defined(NPY_CPU_SPARC)         \
            || defined(NPY_CPU_S390)          \
            || defined(NPY_CPU_HPPA)          \
            || defined(NPY_CPU_PPC64)         \
            || defined(NPY_CPU_ARMEB)         \
            || defined(NPY_CPU_ARMEB_AARCH32) \
            || defined(NPY_CPU_ARMEB_AARCH64) \
            || defined(NPY_CPU_SH_BE)         \
            || defined(NPY_CPU_MIPSEB)        \
            || defined(NPY_CPU_OR1K)          \
            || defined(NPY_CPU_M68K)          \
            || defined(NPY_CPU_ARCEB)
        #define NPY_BYTE_ORDER NPY_BIG_ENDIAN

    #else
        #error Unknown CPU: can not set endianness
    #endif

#endif

#endif  /* NUMPY_CORE_INCLUDE_NUMPY_NPY_ENDIAN_H_ */

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
1 Jan 1970 8.00 AM
root / root
0
libdivide
--
14 Aug 2025 9.24 PM
root / root
0755
random
--
14 Aug 2025 9.24 PM
root / root
0755
.doxyfile
0.057 KB
17 Apr 2025 8.10 PM
root / root
0644
__multiarray_api.h
60.077 KB
17 Apr 2025 8.10 PM
root / root
0644
__ufunc_api.h
12.164 KB
17 Apr 2025 8.10 PM
root / root
0644
_dtype_api.h
16.306 KB
17 Apr 2025 8.10 PM
root / root
0644
_neighborhood_iterator_imp.h
1.813 KB
17 Apr 2025 8.10 PM
root / root
0644
_numpyconfig.h
0.834 KB
17 Apr 2025 8.10 PM
root / root
0644
_numpyconfig.h.in
0.847 KB
17 Apr 2025 8.10 PM
root / root
0644
arrayobject.h
0.275 KB
17 Apr 2025 8.10 PM
root / root
0644
arrayscalars.h
3.852 KB
17 Apr 2025 8.10 PM
root / root
0644
experimental_dtype_api.h
15.168 KB
17 Apr 2025 8.10 PM
root / root
0644
halffloat.h
1.913 KB
17 Apr 2025 8.10 PM
root / root
0644
ndarrayobject.h
9.944 KB
17 Apr 2025 8.10 PM
root / root
0644
ndarraytypes.h
66.415 KB
17 Apr 2025 8.10 PM
root / root
0644
noprefix.h
6.67 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_1_7_deprecated_api.h
4.226 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_3kcompat.h
15.511 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_common.h
36.805 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_cpu.h
4.521 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_endian.h
2.721 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_interrupt.h
1.902 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_math.h
18.501 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_no_deprecated_api.h
0.662 KB
17 Apr 2025 8.10 PM
root / root
0644
npy_os.h
1.094 KB
17 Apr 2025 8.10 PM
root / root
0644
numpyconfig.h
5.184 KB
17 Apr 2025 8.10 PM
root / root
0644
old_defines.h
6.255 KB
17 Apr 2025 8.10 PM
root / root
0644
oldnumeric.h
0.878 KB
17 Apr 2025 8.10 PM
root / root
0644
ufuncobject.h
11.787 KB
17 Apr 2025 8.10 PM
root / root
0644
utils.h
1.157 KB
17 Apr 2025 8.10 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF