Searched refs:PyNumber_Multiply (Results 1 - 12 of 12) sorted by relevance
/third_party/python/Objects/ |
H A D | rangeobject.c | 265 incr = PyNumber_Multiply(i, r->step); in compute_item() 353 substep = PyNumber_Multiply(r->step, step); in compute_slice() 949 product = PyNumber_Multiply(r->len, r->step); in longrangeiter_reduce() 1028 product = PyNumber_Multiply(r->index, r->step); in longrangeiter_next() 1223 product = PyNumber_Multiply(diff, range->step); in range_reverse()
|
H A D | weakrefobject.c | 509 WRAP_BINARY(proxy_mul, PyNumber_Multiply)
|
H A D | abstract.c | 1109 PyNumber_Multiply(PyObject *v, PyObject *w) in PyNumber_Multiply() function
|
/third_party/python/Modules/ |
H A D | mathmodule.c | 905 m = PyNumber_Multiply(f, b); in long_lcm() 1883 b = PyNumber_Multiply(a, a); in math_isqrt() 2017 result = PyNumber_Multiply(left, right); in factorial_partial_product() 2055 tmp = PyNumber_Multiply(inner, partial); in factorial_odd_part() 2065 tmp = PyNumber_Multiply(outer, inner); in factorial_odd_part() 3175 temp = PyNumber_Multiply(result, item); in math_prod_impl() 3224 temp = PyNumber_Multiply(result, item); in math_prod_impl() 3247 temp = PyNumber_Multiply(result, item); in math_prod_impl() 3482 Py_SETREF(a, PyNumber_Multiply(a, b)); in perm_comb_small() 3536 Py_SETREF(a, PyNumber_Multiply( in perm_comb() [all...] |
H A D | _datetimemodule.c | 1857 x2 = PyNumber_Multiply(x1, seconds_per_day); /* days in seconds */ in delta_to_microseconds() 1875 x1 = PyNumber_Multiply(x3, us_per_second); /* us */ in delta_to_microseconds() 1998 pyus_out = PyNumber_Multiply(intobj, pyus_in); in multiply_int_timedelta() 2050 temp = PyNumber_Multiply(pyus_in, PyTuple_GET_ITEM(ratio, op)); in multiply_truedivide_timedelta_float() 2438 prod = PyNumber_Multiply(num, factor); in accum() 2469 prod = PyNumber_Multiply(x, factor); in accum()
|
H A D | _operator.c | 92 return PyNumber_Multiply(a, b); in _operator_mul_impl()
|
H A D | posixmodule.c | 2383 s_in_ns = PyNumber_Multiply(s, get_posix_state(module)->billion); in fill_time()
|
/third_party/python/Include/ |
H A D | abstract.h | 432 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2);
|
/third_party/python/PC/ |
H A D | python3dll.c | 416 EXPORT_FUNC(PyNumber_Multiply)
|
/third_party/python/Python/ |
H A D | ast_opt.c | 195 return PyNumber_Multiply(v, w); in safe_multiply()
|
H A D | hamt.c | 475 res = PyNumber_Multiply(str, num); in _hamt_dump_ident()
|
H A D | ceval.c | 877 [NB_MULTIPLY] = PyNumber_Multiply,
|
Completed in 54 milliseconds