Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dintobject.c573 DIVMOD_OK, /* Correct result */ enumerator
615 return DIVMOD_OK; in i_divmod()
626 case DIVMOD_OK: in int_div()
647 case DIVMOD_OK: in int_classic_div()
697 case DIVMOD_OK: in int_mod()
715 case DIVMOD_OK: in int_divmod()
797 case DIVMOD_OK: in int_pow()