Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeslots.inc22 offsetof(PyHeapTypeObject, as_number.nb_inplace_remainder),
Dabstract.c1228 return binary_iop(v, w, NB_SLOT(nb_inplace_remainder), in PyNumber_InPlaceRemainder()
Dtypeobject.c5226 COPYNUM(nb_inplace_remainder); in inherit_slots()
7235 IBSLOT("__imod__", nb_inplace_remainder, slot_nb_inplace_remainder,
/external/python/cpython3/Include/cpython/
Dobject.h139 binaryfunc nb_inplace_remainder; member
/external/python/cpython2/Include/
Dobject.h256 binaryfunc nb_inplace_remainder; member
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst222 …| :c:member:`~PyNumberMethods.nb_inplace_remainder` | :c:type:`binaryfunc` | __…
2002 binaryfunc nb_inplace_remainder;
2058 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_remainder
/external/python/cpython2/Objects/
Dabstract.c1391 return binary_iop(v, w, NB_SLOT(nb_inplace_remainder),
Dtypeobject.c3984 COPYNUM(nb_inplace_remainder);
6154 IBSLOT("__imod__", nb_inplace_remainder, slot_nb_inplace_remainder,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst471 :attr:`nb_inplace_remainder`, :attr:`nb_inplace_power`,
1183 binaryfunc nb_inplace_remainder;