Home
last modified time | relevance | path

Searched refs:nb_inplace_power (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h90 ternaryfunc nb_inplace_power; member
/third_party/python/Objects/
H A Dabstract.c1313 return ternary_iop(v, w, z, NB_SLOT(nb_inplace_power), in PyNumber_InPlacePower()
H A Dtypeobject.c5903 COPYNUM(nb_inplace_power); in inherit_slots()
7534 /* Can't use SLOT1 here, because nb_inplace_power is ternary */
8153 IBSLOT("__ipow__", nb_inplace_power, slot_nb_inplace_power,
/third_party/python/Modules/
H A D_testcapimodule.c6920 0, /* nb_inplace_power */
6988 .nb_inplace_power = ipowType_ipow

Completed in 26 milliseconds