Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dlongintrepr.h44 #if PYLONG_BITS_IN_DIGIT == 30
52 #elif PYLONG_BITS_IN_DIGIT == 15
Dpyport.h63 #ifndef PYLONG_BITS_IN_DIGIT
65 #define PYLONG_BITS_IN_DIGIT 30 macro
67 #define PYLONG_BITS_IN_DIGIT 15 macro
/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/cpython3/Modules/_decimal/
D_decimal.c2006 #if PYLONG_BITS_IN_DIGIT == 30 in dec_from_long()
2009 #elif PYLONG_BITS_IN_DIGIT == 15 in dec_from_long()
3226 #if PYLONG_BITS_IN_DIGIT == 30 in dec_as_long()
3228 #elif PYLONG_BITS_IN_DIGIT == 15 in dec_as_long()
/external/python/cpython2/
Dpyconfig.h.in999 #undef PYLONG_BITS_IN_DIGIT
Dconfigure.ac4114 AC_DEFINE_UNQUOTED(PYLONG_BITS_IN_DIGIT, $enable_big_digits, [Define as the preferred size in bits … definition
/external/python/cpython3/
Dpyconfig.h.in1315 #undef PYLONG_BITS_IN_DIGIT
Dconfigure.ac4653 AC_DEFINE_UNQUOTED(PYLONG_BITS_IN_DIGIT, $enable_big_digits, [Define as the preferred size in bits … definition