Home
last modified time | relevance | path

Searched refs:nb_multiply (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c1216 PyObject *result = binary_op1(v, w, NB_SLOT(nb_multiply));
1362 NB_SLOT(nb_multiply));
1909 result = binary_op1(o, n, NB_SLOT(nb_multiply));
1962 NB_SLOT(nb_multiply));
Dintobject.c560 return PyLong_Type.tp_as_number->nb_multiply(v, w); in int_mul()
Dtypeobject.c3805 COPYNUM(nb_multiply);
5133 SLOT1BIN(slot_nb_multiply, nb_multiply, "__mul__", "__rmul__")
5937 BINSLOT("__mul__", nb_multiply, slot_nb_multiply,
5939 RBINSLOT("__rmul__", nb_multiply, slot_nb_multiply,
Dfloatobject.c1759 long_methods->nb_multiply(numerator, py_exponent)); in float_as_integer_ratio()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c1216 PyObject *result = binary_op1(v, w, NB_SLOT(nb_multiply));
1362 NB_SLOT(nb_multiply));
1909 result = binary_op1(o, n, NB_SLOT(nb_multiply));
1962 NB_SLOT(nb_multiply));
Dintobject.c546 return PyLong_Type.tp_as_number->nb_multiply(v, w); in int_mul()
Dtypeobject.c3770 COPYNUM(nb_multiply);
5081 SLOT1BIN(slot_nb_multiply, nb_multiply, "__mul__", "__rmul__")
5884 BINSLOT("__mul__", nb_multiply, slot_nb_multiply,
5886 RBINSLOT("__rmul__", nb_multiply, slot_nb_multiply,
Dfloatobject.c1744 long_methods->nb_multiply(numerator, py_exponent)); in float_as_integer_ratio()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h230 binaryfunc nb_multiply; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h230 binaryfunc nb_multiply; member