Home
last modified time | relevance | path

Searched refs:nb_subtract (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h67 binaryfunc nb_subtract; member
/third_party/python/Objects/
H A Dabstract.c1067 BINARY_FUNC(PyNumber_Subtract, nb_subtract, "-")
1252 INPLACE_BINOP(PyNumber_InPlaceSubtract, nb_inplace_subtract, nb_subtract, "-=")
H A Dtypeobject.c5882 COPYNUM(nb_subtract); in inherit_slots()
7429 SLOT1BIN(slot_nb_subtract, nb_subtract, __sub__, __rsub__)
8104 BINSLOT("__sub__", nb_subtract, slot_nb_subtract,
8106 RBINSLOT("__rsub__", nb_subtract, slot_nb_subtract,

Completed in 15 milliseconds