Searched refs:nb_inplace_power (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Objects/ |
D | typeslots.inc | 21 {offsetof(PyNumberMethods, nb_inplace_power), offsetof(PyTypeObject, tp_as_number)},
|
D | abstract.c | 1330 return ternary_iop(v, w, z, NB_SLOT(nb_inplace_power), in PyNumber_InPlacePower()
|
D | typeobject.c | 5807 COPYNUM(nb_inplace_power); in inherit_slots() 8020 IBSLOT("__ipow__", nb_inplace_power, slot_nb_inplace_power,
|
/third_party/python/Include/cpython/ |
D | object.h | 133 ternaryfunc nb_inplace_power; member
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 232 …| :c:member:`~PyNumberMethods.nb_inplace_power` | :c:type:`ternaryfunc` | __… 2119 ternaryfunc nb_inplace_power; 2175 .. c:member:: ternaryfunc PyNumberMethods.nb_inplace_power
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 6163 .nb_inplace_power = ipowType_ipow
|