Home
last modified time | relevance | path

Searched refs:DIVMOD_OVERFLOW (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dintobject.c574 DIVMOD_OVERFLOW, /* Overflow, try again using longs */ enumerator
591 return DIVMOD_OVERFLOW; in i_divmod()
628 case DIVMOD_OVERFLOW: in int_div()
649 case DIVMOD_OVERFLOW: in int_classic_div()
699 case DIVMOD_OVERFLOW: in int_mod()
717 case DIVMOD_OVERFLOW: in int_divmod()
800 case DIVMOD_OVERFLOW: in int_pow()