Searched refs:IBSLOT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 6751 #undef IBSLOT 6775 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro 6897 IBSLOT("__iadd__", nb_inplace_add, slot_nb_inplace_add, 6899 IBSLOT("__isub__", nb_inplace_subtract, slot_nb_inplace_subtract, 6901 IBSLOT("__imul__", nb_inplace_multiply, slot_nb_inplace_multiply, 6903 IBSLOT("__imod__", nb_inplace_remainder, slot_nb_inplace_remainder, 6905 IBSLOT("__ipow__", nb_inplace_power, slot_nb_inplace_power, 6907 IBSLOT("__ilshift__", nb_inplace_lshift, slot_nb_inplace_lshift, 6909 IBSLOT("__irshift__", nb_inplace_rshift, slot_nb_inplace_rshift, 6911 IBSLOT("__iand__", nb_inplace_and, slot_nb_inplace_and, [all …]
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 5999 #undef IBSLOT 6021 #define IBSLOT(NAME, SLOT, FUNCTION, WRAPPER, DOC) \ macro 6146 IBSLOT("__iadd__", nb_inplace_add, slot_nb_inplace_add, 6148 IBSLOT("__isub__", nb_inplace_subtract, slot_nb_inplace_subtract, 6150 IBSLOT("__imul__", nb_inplace_multiply, slot_nb_inplace_multiply, 6152 IBSLOT("__idiv__", nb_inplace_divide, slot_nb_inplace_divide, 6154 IBSLOT("__imod__", nb_inplace_remainder, slot_nb_inplace_remainder, 6156 IBSLOT("__ipow__", nb_inplace_power, slot_nb_inplace_power, 6158 IBSLOT("__ilshift__", nb_inplace_lshift, slot_nb_inplace_lshift, 6160 IBSLOT("__irshift__", nb_inplace_rshift, slot_nb_inplace_rshift, [all …]
|