| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/numpy/_core/include/numpy/ |
Upload File : |
/* #undef NPY_HAVE_ENDIAN_H */ #define NPY_SIZEOF_SHORT 2 #define NPY_SIZEOF_INT 4 #define NPY_SIZEOF_LONG 4 #define NPY_SIZEOF_FLOAT 4 #define NPY_SIZEOF_COMPLEX_FLOAT 8 #define NPY_SIZEOF_DOUBLE 8 #define NPY_SIZEOF_COMPLEX_DOUBLE 16 #define NPY_SIZEOF_LONGDOUBLE 8 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 16 #define NPY_SIZEOF_PY_INTPTR_T 8 #define NPY_SIZEOF_INTP 8 #define NPY_SIZEOF_UINTP 8 #define NPY_SIZEOF_WCHAR_T 2 #define NPY_SIZEOF_OFF_T 4 #define NPY_SIZEOF_PY_LONG_LONG 8 #define NPY_SIZEOF_LONGLONG 8 /* * Defined to 1 or 0. Note that Pyodide hardcodes NPY_NO_SMP (and other defines * in this header) for better cross-compilation, so don't rename them without a * good reason. */ #define NPY_NO_SMP 0 #define NPY_VISIBILITY_HIDDEN #define NPY_ABI_VERSION 0x02000000 #define NPY_API_VERSION 0x00000013 #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS 1 #endif