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.c1167 return binary_iop(v, w, NB_SLOT(nb_inplace_remainder), in PyNumber_InPlaceRemainder()
Dtypeobject.c4991 COPYNUM(nb_inplace_remainder); in inherit_slots()
6903 IBSLOT("__imod__", nb_inplace_remainder, slot_nb_inplace_remainder,
/external/python/cpython2/Include/
Dobject.h256 binaryfunc nb_inplace_remainder; member
/external/python/cpython3/Include/
Dobject.h268 binaryfunc nb_inplace_remainder; member
/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;
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1120 binaryfunc nb_inplace_remainder;