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.c4945 #undef COPYNUM in inherit_slots()
4958 #define COPYNUM(SLOT) COPYSLOT(tp_as_number->SLOT) in inherit_slots() macro
4970 COPYNUM(nb_add); in inherit_slots()
4971 COPYNUM(nb_subtract); in inherit_slots()
4972 COPYNUM(nb_multiply); in inherit_slots()
4973 COPYNUM(nb_remainder); in inherit_slots()
4974 COPYNUM(nb_divmod); in inherit_slots()
4975 COPYNUM(nb_power); in inherit_slots()
4976 COPYNUM(nb_negative); in inherit_slots()
4977 COPYNUM(nb_positive); in inherit_slots()
[all …]