HomeSort by relevance Sort by last modified time
    Searched refs:_PyLong_DECIMAL_SHIFT (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longintrepr.h 50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
58 #define _PyLong_DECIMAL_SHIFT 4 /* max(e such that 10**e fits in a digit) */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */
58 #define _PyLong_DECIMAL_SHIFT 4 /* max(e such that 10**e fits in a digit) */

Completed in 63 milliseconds