Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeslots.inc26 offsetof(PyHeapTypeObject, as_number.nb_inplace_xor),
Dabstract.c1147 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
Dtypeobject.c5231 COPYNUM(nb_inplace_xor); in inherit_slots()
7245 IBSLOT("__ixor__", nb_inplace_xor, slot_nb_inplace_xor,
/external/python/cpython3/Include/cpython/
Dobject.h144 binaryfunc nb_inplace_xor; member
/external/python/cpython2/Include/
Dobject.h261 binaryfunc nb_inplace_xor; member
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst260 …| :c:member:`~PyNumberMethods.nb_inplace_xor` | :c:type:`binaryfunc` | __…
2007 binaryfunc nb_inplace_xor;
2063 .. c:member:: binaryfunc PyNumberMethods.nb_inplace_xor
/external/python/cpython2/Objects/
Dabstract.c1313 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
Dtypeobject.c3989 COPYNUM(nb_inplace_xor);
6164 IBSLOT("__ixor__", nb_inplace_xor, slot_nb_inplace_xor,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst473 :attr:`nb_inplace_xor`, and :attr:`nb_inplace_or`; and the
1188 binaryfunc nb_inplace_xor;