OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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