Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h707 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.c1425 x = PyNumber_TrueDivide(v, w); in PyEval_EvalFrameEx()
/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/cpython2/Objects/
Dweakrefobject.c497 WRAP_BINARY(proxy_true_div, PyNumber_TrueDivide) in WRAP_BINARY()
Dclassobject.c1647 BINARY(instance_truediv, "truediv", PyNumber_TrueDivide)
Dabstract.c1240 PyNumber_TrueDivide(PyObject *v, PyObject *w) function
/external/python/cpython2/Modules/
Doperator.c95 spam2(op_truediv , PyNumber_TrueDivide) in spami()
Ddatetimemodule.c2117 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)