Home
last modified time | relevance | path

Searched refs:PyNumber_TrueDivide (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h707 PyAPI_FUNC(PyObject *) PyNumber_TrueDivide(PyObject *o1, PyObject *o2);
/external/python/cpython3/Include/
Dabstract.h644 PyAPI_FUNC(PyObject *) PyNumber_TrueDivide(PyObject *o1, PyObject *o2);
/external/python/cpython2/Python/
Dpeephole.c116 newconst = PyNumber_TrueDivide(v, w); in fold_binops_on_constants()
Dceval.c1433 x = PyNumber_TrueDivide(v, w); in PyEval_EvalFrameEx()
/external/python/cpython3/PC/
Dpython3.def416 PyNumber_TrueDivide=python37.PyNumber_TrueDivide
/external/python/cpython2/Doc/data/
Drefcounts.dat902 PyNumber_TrueDivide:PyObject*::+1:
903 PyNumber_TrueDivide:PyObject*:v:0:
904 PyNumber_TrueDivide:PyObject*:w:0:
/external/python/cpython3/Objects/
Dweakrefobject.c500 WRAP_BINARY(proxy_true_div, PyNumber_TrueDivide) in WRAP_BINARY()
Dabstract.c1017 PyNumber_TrueDivide(PyObject *v, PyObject *w) in PyNumber_TrueDivide() function
/external/python/cpython2/Objects/
Dweakrefobject.c499 WRAP_BINARY(proxy_true_div, PyNumber_TrueDivide) in WRAP_BINARY()
Dclassobject.c1646 BINARY(instance_truediv, "truediv", PyNumber_TrueDivide)
Dabstract.c1240 PyNumber_TrueDivide(PyObject *v, PyObject *w) function
/external/python/cpython3/Doc/c-api/
Dnumber.rst47 .. c:function:: PyObject* PyNumber_TrueDivide(PyObject *o1, PyObject *o2)
/external/python/cpython2/Modules/
Doperator.c95 spam2(op_truediv , PyNumber_TrueDivide) in spami()
Ddatetimemodule.c2122 total_seconds = PyNumber_TrueDivide(total_microseconds, one_million); in delta_total_seconds()
/external/python/cpython2/PC/os2emx/
Dpython27.def135 "PyNumber_TrueDivide"
/external/python/cpython2/Doc/c-api/
Dnumber.rst47 .. c:function:: PyObject* PyNumber_TrueDivide(PyObject *o1, PyObject *o2)
/external/python/cpython3/Modules/
D_operator.c116 return PyNumber_TrueDivide(a, b); in _operator_truediv_impl()
Dmathmodule.c1957 ans = PyNumber_TrueDivide(num, den); in math_log_impl()
D_datetimemodule.c2023 result = PyNumber_TrueDivide(pyus_left, pyus_right); in truedivide_timedelta_timedelta()
2623 total_seconds = PyNumber_TrueDivide(total_microseconds, us_per_second); in delta_total_seconds()
/external/python/cpython3/Python/
Dast_opt.c279 newval = PyNumber_TrueDivide(lv, rv); in fold_binop()
Dceval.c1231 PyObject *quotient = PyNumber_TrueDivide(dividend, divisor); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/data/
Drefcounts.dat1518 PyNumber_TrueDivide:PyObject*::+1:
1519 PyNumber_TrueDivide:PyObject*:v:0:
1520 PyNumber_TrueDivide:PyObject*:w:0: