Home
last modified time | relevance | path

Searched refs:nb_subtract (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/
Dtypeslots.inc37 {offsetof(PyNumberMethods, nb_subtract), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1065 BINARY_FUNC(PyNumber_Subtract, nb_subtract, "-")
1244 INPLACE_BINOP(PyNumber_InPlaceSubtract, nb_inplace_subtract, nb_subtract, "-=")
Dtypeobject.c5786 COPYNUM(nb_subtract); in inherit_slots()
7275 SLOT1BIN(slot_nb_subtract, nb_subtract, "__sub__", "__rsub__")
7971 BINSLOT("__sub__", nb_subtract, slot_nb_subtract,
7973 RBINSLOT("__rsub__", nb_subtract, slot_nb_subtract,
/third_party/python/Include/cpython/
Dobject.h110 binaryfunc nb_subtract; member
/third_party/python/Doc/c-api/
Dtypeobj.rst211 …| :c:member:`~PyNumberMethods.nb_subtract` | :c:type:`binaryfunc` | __…
2096 binaryfunc nb_subtract;
2153 .. c:member:: binaryfunc PyNumberMethods.nb_subtract