Home
last modified time | relevance | path

Searched refs:PYLONG_BITS_IN_DIGIT (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dlongintrepr.h14 unsigned short. The value of PYLONG_BITS_IN_DIGIT, defined either at
42 #if PYLONG_BITS_IN_DIGIT == 30
50 #elif PYLONG_BITS_IN_DIGIT == 15
59 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30"
/third_party/python/Include/
H A Dpyport.h107 /* PYLONG_BITS_IN_DIGIT describes the number of bits per "digit" (limb) in the
111 #ifndef PYLONG_BITS_IN_DIGIT
112 #define PYLONG_BITS_IN_DIGIT 30 macro
/third_party/python/Modules/_decimal/
H A D_decimal.c2188 #if PYLONG_BITS_IN_DIGIT == 30 in dec_from_long()
2191 #elif PYLONG_BITS_IN_DIGIT == 15 in dec_from_long()
2195 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30" in dec_from_long()
3533 #if PYLONG_BITS_IN_DIGIT == 30 in dec_as_long()
3535 #elif PYLONG_BITS_IN_DIGIT == 15 in dec_as_long()
3538 #error "PYLONG_BITS_IN_DIGIT should be 15 or 30" in dec_as_long()

Completed in 9 milliseconds