Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeslots.inc35 {offsetof(PyNumberMethods, nb_remainder), offsetof(PyTypeObject, tp_as_number)},
Dabstract.c1146 return binary_op(v, w, NB_SLOT(nb_remainder), "%"); in PyNumber_Remainder()
1324 NB_SLOT(nb_remainder), "%="); in PyNumber_InPlaceRemainder()
Dtypeobject.c5788 COPYNUM(nb_remainder); in inherit_slots()
7278 SLOT1BIN(slot_nb_remainder, nb_remainder, "__mod__", "__rmod__")
7979 BINSLOT("__mod__", nb_remainder, slot_nb_remainder,
7981 RBINSLOT("__rmod__", nb_remainder, slot_nb_remainder,
/third_party/python/Include/cpython/
Dobject.h112 binaryfunc nb_remainder; member
/third_party/python/Doc/c-api/
Dtypeobj.rst221 …| :c:member:`~PyNumberMethods.nb_remainder` | :c:type:`binaryfunc` | __…
2098 binaryfunc nb_remainder;
2155 .. c:member:: binaryfunc PyNumberMethods.nb_remainder