Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeslots.inc20 offsetof(PyHeapTypeObject, as_number.nb_inplace_or),
Dabstract.c1043 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
Dtypeobject.c4771 COPYNUM(nb_inplace_or); in inherit_slots()
6674 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
/external/python/cpython2/Include/
Dobject.h262 binaryfunc nb_inplace_or; member
/external/python/cpython3/Include/
Dobject.h274 binaryfunc nb_inplace_or; member
/external/python/cpython2/Objects/
Dabstract.c1312 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
Dtypeobject.c3927 COPYNUM(nb_inplace_or);
6103 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst473 :attr:`nb_inplace_xor`, and :attr:`nb_inplace_or`; and the
1204 binaryfunc nb_inplace_or;
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1125 binaryfunc nb_inplace_or;