/external/python/cpython3/Objects/ |
D | rangeobject.c | 195 if ((result = PyNumber_Add(tmp2, _PyLong_One)) == NULL) in compute_range_length() 228 result = PyNumber_Add(r->start, incr); in compute_item() 251 i = PyNumber_Add(r->length, arg); in compute_range_item() 908 stop = PyNumber_Add(r->start, product); in longrangeiter_reduce() 978 new_index = PyNumber_Add(r->index, _PyLong_One); in longrangeiter_next() 988 result = PyNumber_Add(r->start, product); in longrangeiter_next() 1172 sum = PyNumber_Add(range->start, product); in range_reverse()
|
D | sliceobject.c | 405 upper = PyNumber_Add(length, lower); in _PySlice_GetLongIndices() 428 PyObject *tmp = PyNumber_Add(start, length); in _PySlice_GetLongIndices() 467 PyObject *tmp = PyNumber_Add(stop, length); in _PySlice_GetLongIndices()
|
D | enumobject.c | 118 stepped_up = PyNumber_Add(next_index, _PyLong_One); in enum_next_long()
|
D | weakrefobject.c | 496 WRAP_BINARY(proxy_add, PyNumber_Add) in WRAP_BINARY() argument
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 277 PyNumber_Add
|
/external/python/cpython2/Objects/ |
D | enumobject.c | 104 stepped_up = PyNumber_Add(next_index, one); in enum_next_long()
|
D | weakrefobject.c | 494 WRAP_BINARY(proxy_add, PyNumber_Add) in WRAP_BINARY() argument
|
/external/python/cpython2/Python/ |
D | bltinmodule.c | 1746 if ((tmp3 = PyNumber_Add(tmp2, one)) == NULL) in get_len_of_range_longs() 1912 tmp_num = PyNumber_Add(curnum, step); in handle_range_longs() 2371 temp = PyNumber_Add(result, item); in builtin_sum() 2414 temp = PyNumber_Add(result, item); in builtin_sum() 2445 temp = PyNumber_Add(result, item); in builtin_sum()
|
D | peephole.c | 125 newconst = PyNumber_Add(v, w); in fold_binops_on_constants()
|
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 1521 x3 = PyNumber_Add(x1, x2); /* days and seconds in seconds */ in delta_to_microseconds() 1539 result = PyNumber_Add(x1, x2); in delta_to_microseconds() 1860 sum = PyNumber_Add(sofar, prod); in accum() 1894 sum = PyNumber_Add(sofar, prod); in accum() 1919 y = PyNumber_Add(sum, x); in accum() 2007 y = PyNumber_Add(x, temp); in delta_new()
|
D | operator.c | 90 spam2(op_add , PyNumber_Add) in spami()
|
D | _testcapimodule.c | 599 temp = PyNumber_Add(num, one); in test_long_and_overflow() 764 temp = PyNumber_Add(num, one); in test_long_long_and_overflow()
|
/external/python/cpython2/Include/ |
D | abstract.h | 660 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
|
/external/python/cpython3/Include/ |
D | abstract.h | 617 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 2391 temp = PyNumber_Add(result, item); in builtin_sum_impl() 2439 temp = PyNumber_Add(result, item); in builtin_sum_impl() 2470 temp = PyNumber_Add(result, item); in builtin_sum_impl()
|
D | ast_opt.c | 270 newval = PyNumber_Add(lv, rv); in fold_binop()
|
/external/python/cpython3/PC/ |
D | python3.def | 382 PyNumber_Add=python37.PyNumber_Add
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 775 PyNumber_Add:PyObject*::+1: 776 PyNumber_Add:PyObject*:o1:0: 777 PyNumber_Add:PyObject*:o2:0:
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1761 x3 = PyNumber_Add(x1, x2); /* days and seconds in seconds */ in delta_to_microseconds() 1779 result = PyNumber_Add(x1, x2); in delta_to_microseconds() 2335 sum = PyNumber_Add(sofar, prod); in accum() 2368 sum = PyNumber_Add(sofar, prod); in accum() 2390 y = PyNumber_Add(sum, x); in accum() 2503 y = PyNumber_Add(x, temp); in delta_new()
|
D | _testcapimodule.c | 492 temp = PyNumber_Add(num, one); in test_long_and_overflow() 656 temp = PyNumber_Add(num, one); in test_long_long_and_overflow() 2816 result = PyNumber_Add(op1, op1); in profile_int() 2829 result = PyNumber_Add(op1, op1); in profile_int()
|
D | _collectionsmodule.c | 2323 newval = PyNumber_Add(oldval, _PyLong_One); in _count_elements() 2344 newval = PyNumber_Add(oldval, _PyLong_One); in _count_elements()
|
D | _operator.c | 51 return PyNumber_Add(a, b); in _operator_add_impl()
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 15 .. c:function:: PyObject* PyNumber_Add(PyObject *o1, PyObject *o2)
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 131 "PyNumber_Add"
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 15 .. c:function:: PyObject* PyNumber_Add(PyObject *o1, PyObject *o2)
|