Home
last modified time | relevance | path

Searched refs:PYLONG_BITS_IN_DIGIT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dlongintrepr.h40 #if PYLONG_BITS_IN_DIGIT == 30
52 #elif PYLONG_BITS_IN_DIGIT == 15
Dpyport.h144 #ifndef PYLONG_BITS_IN_DIGIT
147 #define PYLONG_BITS_IN_DIGIT 30 macro
149 #define PYLONG_BITS_IN_DIGIT 15 macro
/external/python/cpython2/
Dpyconfig.h.in969 #undef PYLONG_BITS_IN_DIGIT
Dconfigure.ac4078 AC_DEFINE_UNQUOTED(PYLONG_BITS_IN_DIGIT, $enable_big_digits, [Define as the preferred size in bits … definition