Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dabstract.c897 #define NB_TERNOP(nb_methods, slot) \ macro
1050 slotv = NB_TERNOP(mv, op_slot);
1053 slotw = NB_TERNOP(mw, op_slot);
1078 slotz = NB_TERNOP(mz, op_slot);
1103 slotz = NB_TERNOP(v->ob_type->tp_as_number,
1126 slotv = NB_TERNOP(v1->ob_type->tp_as_number,
/external/python/cpython3/Objects/
Dabstract.c771 #define NB_TERNOP(nb_methods, slot) \ macro
883 slotv = NB_TERNOP(mv, op_slot); in ternary_op()
886 slotw = NB_TERNOP(mw, op_slot); in ternary_op()
911 slotz = NB_TERNOP(mz, op_slot); in ternary_op()