Home
last modified time | relevance | path

Searched refs:COPYNUM (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c3933 #undef COPYNUM
3945 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) macro
3957 COPYNUM(nb_add);
3958 COPYNUM(nb_subtract);
3959 COPYNUM(nb_multiply);
3960 COPYNUM(nb_divide);
3961 COPYNUM(nb_remainder);
3962 COPYNUM(nb_divmod);
3963 COPYNUM(nb_power);
3964 COPYNUM(nb_negative);
[all …]
/external/python/cpython3/Objects/
Dtypeobject.c5180 #undef COPYNUM in inherit_slots()
5193 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) in inherit_slots() macro
5205 COPYNUM(nb_add); in inherit_slots()
5206 COPYNUM(nb_subtract); in inherit_slots()
5207 COPYNUM(nb_multiply); in inherit_slots()
5208 COPYNUM(nb_remainder); in inherit_slots()
5209 COPYNUM(nb_divmod); in inherit_slots()
5210 COPYNUM(nb_power); in inherit_slots()
5211 COPYNUM(nb_negative); in inherit_slots()
5212 COPYNUM(nb_positive); in inherit_slots()
[all …]