Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dlongobject.c87 ^ exponent contains more than HUGE_EXP_CUTOFF bits. In that case, do
113 #define HUGE_EXP_CUTOFF 60 macro
4541 else if (i <= HUGE_EXP_CUTOFF / PyLong_SHIFT ) { in long_pow()

Completed in 13 milliseconds