Searched refs:slotv (Results 1 – 1 of 1) sorted by relevance
863 binaryfunc slotv; in binary_op1() local865 slotv = NB_BINOP(Py_TYPE(v)->tp_as_number, op_slot); in binary_op1()868 slotv = NULL; in binary_op1()874 if (slotw == slotv) { in binary_op1()882 if (slotv) { in binary_op1()891 x = slotv(v, w); in binary_op1()971 ternaryfunc slotv; in ternary_op() local973 slotv = NB_TERNOP(mv, op_slot); in ternary_op()976 slotv = NULL; in ternary_op()982 if (slotw == slotv) { in ternary_op()[all …]