Home
last modified time | relevance | path

Searched refs:nb_inplace_add (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Objects/
Dtypeslots.inc15 offsetof(PyHeapTypeObject, as_number.nb_inplace_add),
Dabstract.c1171 PyObject *result = binary_iop1(v, w, NB_SLOT(nb_inplace_add), in PyNumber_InPlaceAdd()
1700 PyObject *result = binary_iop1(s, o, NB_SLOT(nb_inplace_add), in PySequence_InPlaceConcat()
Dtypeobject.c5223 COPYNUM(nb_inplace_add); in inherit_slots()
7229 IBSLOT("__iadd__", nb_inplace_add, slot_nb_inplace_add,
/external/python/cpython3/Include/cpython/
Dobject.h136 binaryfunc nb_inplace_add; member
/external/python/cpython2/Include/
Dobject.h252 binaryfunc nb_inplace_add; member
/external/python/cpython2/Objects/
Dabstract.c1339 PyObject *result = binary_iop1(v, w, NB_SLOT(nb_inplace_add),
1947 PyObject *result = binary_iop1(s, o, NB_SLOT(nb_inplace_add),
Dtypeobject.c3980 COPYNUM(nb_inplace_add);
6146 IBSLOT("__iadd__", nb_inplace_add, slot_nb_inplace_add,
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst207 …| :c:member:`~PyNumberMethods.nb_inplace_add` | :c:type:`binaryfunc` | __…
1999 binaryfunc nb_inplace_add;
2055 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_add
2179 via the :c:member:`~PyNumberMethods.nb_inplace_add` slot.
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst469 :attr:`nb_inplace_add`, :attr:`nb_inplace_subtract`,
1179 binaryfunc nb_inplace_add;