Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c578 DIVMOD_OVERFLOW, /* Overflow, try again using longs */ enumerator
595 return DIVMOD_OVERFLOW; in i_divmod()
632 case DIVMOD_OVERFLOW: in int_div()
653 case DIVMOD_OVERFLOW: in int_classic_div()
703 case DIVMOD_OVERFLOW: in int_mod()
721 case DIVMOD_OVERFLOW: in int_divmod()
804 case DIVMOD_OVERFLOW: in int_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c564 DIVMOD_OVERFLOW, /* Overflow, try again using longs */ enumerator
581 return DIVMOD_OVERFLOW; in i_divmod()
618 case DIVMOD_OVERFLOW: in int_div()
639 case DIVMOD_OVERFLOW: in int_classic_div()
689 case DIVMOD_OVERFLOW: in int_mod()
707 case DIVMOD_OVERFLOW: in int_divmod()
784 case DIVMOD_OVERFLOW: in int_pow()