Home
last modified time | relevance | path

Searched refs:PyNumber_Multiply (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython3/Objects/
Drangeobject.c225 incr = PyNumber_Multiply(i, r->step); in compute_item()
310 substep = PyNumber_Multiply(r->step, step); in compute_slice()
905 product = PyNumber_Multiply(r->len, r->step); in longrangeiter_reduce()
982 product = PyNumber_Multiply(r->index, r->step); in longrangeiter_next()
1167 product = PyNumber_Multiply(diff, range->step); in range_reverse()
Dweakrefobject.c498 WRAP_BINARY(proxy_mul, PyNumber_Multiply) in WRAP_BINARY()
Dabstract.c986 PyNumber_Multiply(PyObject *v, PyObject *w) in PyNumber_Multiply() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def289 PyNumber_Multiply
/external/python/cpython3/Modules/
Dmathmodule.c1566 result = PyNumber_Multiply(left, right); in factorial_partial_product()
1604 tmp = PyNumber_Multiply(inner, partial); in factorial_odd_part()
1614 tmp = PyNumber_Multiply(outer, inner); in factorial_odd_part()
D_datetimemodule.c1751 x2 = PyNumber_Multiply(x1, seconds_per_day); /* days in seconds */ in delta_to_microseconds()
1769 x1 = PyNumber_Multiply(x3, us_per_second); /* us */ in delta_to_microseconds()
1892 pyus_out = PyNumber_Multiply(intobj, pyus_in); in multiply_int_timedelta()
1944 temp = PyNumber_Multiply(pyus_in, PyTuple_GET_ITEM(ratio, op)); in multiply_truedivide_timedelta_float()
2332 prod = PyNumber_Multiply(num, factor); in accum()
2363 prod = PyNumber_Multiply(x, factor); in accum()
D_operator.c77 return PyNumber_Multiply(a, b); in _operator_mul_impl()
/external/python/cpython2/Include/
Dabstract.h678 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2);
/external/python/cpython3/Include/
Dabstract.h627 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2);
/external/python/cpython2/Python/
Dpeephole.c108 newconst = PyNumber_Multiply(v, w); in fold_binops_on_constants()
/external/python/cpython2/Modules/
Ddatetimemodule.c1511 x2 = PyNumber_Multiply(x1, seconds_per_day); /* days in seconds */ in delta_to_microseconds()
1529 x1 = PyNumber_Multiply(x3, us_per_second); /* us */ in delta_to_microseconds()
1645 pyus_out = PyNumber_Multiply(pyus_in, intobj); in multiply_int_timedelta()
1856 prod = PyNumber_Multiply(factor, num); in accum()
1889 prod = PyNumber_Multiply(x, factor); in accum()
Doperator.c92 spam2(op_mul , PyNumber_Multiply) in spami()
Dmathmodule.c1124 newresult = PyNumber_Multiply(result, iobj); in math_factorial()
/external/python/cpython3/PC/
Dpython3.def407 PyNumber_Multiply=python37.PyNumber_Multiply
/external/python/cpython2/Doc/data/
Drefcounts.dat871 PyNumber_Multiply:PyObject*::+1:
872 PyNumber_Multiply:PyObject*:o1:0:
873 PyNumber_Multiply:PyObject*:o2:0:
/external/python/cpython2/Objects/
Dweakrefobject.c496 WRAP_BINARY(proxy_mul, PyNumber_Multiply) in WRAP_BINARY()
Dclassobject.c1641 BINARY(instance_mul, "mul", PyNumber_Multiply)
Dabstract.c1214 PyNumber_Multiply(PyObject *v, PyObject *w) function
/external/python/cpython3/Doc/c-api/
Dnumber.rst27 .. c:function:: PyObject* PyNumber_Multiply(PyObject *o1, PyObject *o2)
/external/python/cpython2/PC/os2emx/
Dpython27.def97 "PyNumber_Multiply"
/external/python/cpython2/Doc/c-api/
Dnumber.rst27 .. c:function:: PyObject* PyNumber_Multiply(PyObject *o1, PyObject *o2)
/external/python/cpython3/Python/
Dast_opt.c207 return PyNumber_Multiply(v, w); in safe_multiply()
Dhamt.c484 res = PyNumber_Multiply(str, num); in _hamt_dump_ident()
Dceval.c1207 PyObject *res = PyNumber_Multiply(left, right); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/data/
Drefcounts.dat1483 PyNumber_Multiply:PyObject*::+1:
1484 PyNumber_Multiply:PyObject*:o1:0:
1485 PyNumber_Multiply:PyObject*:o2:0:

12