#include "pyconfig.h"
#include <stdlib.h>
#include <math.h>
#include <time.h>
Definition at line 593 of file pyport.h.
#define _Py_SET_53BIT_PRECISION_HEADERDefinition at line 591 of file pyport.h.
#define _Py_SET_53BIT_PRECISION_STARTDefinition at line 592 of file pyport.h.
#define _Py_SET_EDOM_FOR_NAN ( X ) ;Definition at line 473 of file pyport.h.
#define DL_EXPORT ( RTYPE ) RTYPEDefinition at line 819 of file pyport.h.
#define DL_IMPORT ( RTYPE ) RTYPEDefinition at line 822 of file pyport.h.
#define INT_MAX 2147483647Definition at line 861 of file pyport.h.
#define LONG_MIN (-LONG_MAX-1)Definition at line 875 of file pyport.h.
#define Py_ADJUST_ERANGE1 ( X ) Value:do { \
if (errno == 0) { \
errno = ERANGE; \
} \
else if (errno == ERANGE && (X) == 0.0) \
errno = 0; \
} while(0)
Definition at line 503 of file pyport.h.
#define Py_ADJUST_ERANGE2 ( X, Y ) Value:do { \
if (errno == 0) \
errno = ERANGE; \
} \
else if (errno == ERANGE) \
errno = 0; \
} while(0)
Definition at line 513 of file pyport.h.
#define Py_ARITHMETIC_RIGHT_SHIFT ( TYPE, I, J ) ((I) >> (J))Definition at line 438 of file pyport.h.
#define Py_DEPRECATED ( VERSION_UNUSED )Definition at line 632 of file pyport.h.
#define Py_FORCE_EXPANSION ( X ) XDefinition at line 446 of file pyport.h.
#define Py_FORMAT_PARSETUPLE ( func, p1, p2 )Definition at line 912 of file pyport.h.
#define PY_FORMAT_SIZE_T ""Definition at line 235 of file pyport.h.
#define Py_GCC_ATTRIBUTE ( x )Definition at line 901 of file pyport.h.
#define Py_LL ( x ) x##LLDefinition at line 936 of file pyport.h.
#define PY_NO_SHORT_FLOAT_REPRDefinition at line 611 of file pyport.h.
#define Py_PROTO ( x ) ()Definition at line 49 of file pyport.h.
#define Py_SAFE_DOWNCAST ( VALUE, WIDE, NARROW ) (NARROW)(VALUE)Definition at line 458 of file pyport.h.
#define Py_SET_ERRNO_ON_MATH_ERROR ( X ) Value:do { \
if (errno == 0) { \
errno = ERANGE; \
} \
} while(0)
#define _Py_SET_EDOM_FOR_NAN(X)
Definition at line 475 of file pyport.h.
#define PyAPI_DATA ( RTYPE ) extern RTYPEDefinition at line 798 of file pyport.h.
#define PyAPI_FUNC ( RTYPE ) RTYPEDefinition at line 795 of file pyport.h.
#define PYLONG_BITS_IN_DIGIT 15Definition at line 149 of file pyport.h.
#define PyMODINIT_FUNC voidDefinition at line 804 of file pyport.h.
#define S_ISDIR ( x ) (((x) & S_IFMT) == S_IFDIR)Definition at line 405 of file pyport.h.
#define S_ISREG ( x ) (((x) & S_IFMT) == S_IFREG)Definition at line 401 of file pyport.h.
Go to the source code of this file.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4