Searched refs:_PyLong_DECIMAL_SHIFT (Results 1 – 2 of 2) sorted by relevance
50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */ macro58 #define _PyLong_DECIMAL_SHIFT 4 /* max(e such that 10**e fits in a digit) */
1369 size = 1 + size_a * PyLong_SHIFT / (3 * _PyLong_DECIMAL_SHIFT); in long_to_decimal_string()1405 1 + (size - 1) * _PyLong_DECIMAL_SHIFT; in long_to_decimal_string()1427 for (j = 0; j < _PyLong_DECIMAL_SHIFT; j++) { in long_to_decimal_string()