Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeslots.inc33 offsetof(PyHeapTypeObject, as_number.nb_positive),
Dabstract.c1212 if (m && m->nb_positive) in PyNumber_Positive()
1213 return (*m->nb_positive)(o); in PyNumber_Positive()
Dtypeobject.c4977 COPYNUM(nb_positive); in inherit_slots()
6877 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+self"),
/external/python/cpython2/Include/
Dobject.h236 unaryfunc nb_positive; member
/external/python/cpython3/Include/
Dobject.h252 unaryfunc nb_positive; member
/external/python/cpython2/Objects/
Dabstract.c1432 if (m && m->nb_positive)
1433 return (*m->nb_positive)(o);
Dtypeobject.c3965 COPYNUM(nb_positive);
6118 UNSLOT("__pos__", nb_positive, slot_nb_positive, wrap_unaryfunc, "+x"),
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst1104 unaryfunc nb_positive;
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst1162 unaryfunc nb_positive;