Home
last modified time | relevance | path

Searched refs:PyNumber_TrueDivide (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Include/
H A Dabstract.h449 PyAPI_FUNC(PyObject *) PyNumber_TrueDivide(PyObject *o1, PyObject *o2);
/third_party/python/PC/
H A Dpython3dll.c425 EXPORT_FUNC(PyNumber_TrueDivide)
/third_party/python/Objects/
H A Dweakrefobject.c511 WRAP_BINARY(proxy_true_div, PyNumber_TrueDivide)
H A Dabstract.c1140 PyNumber_TrueDivide(PyObject *v, PyObject *w) in PyNumber_TrueDivide() function
/third_party/python/Modules/
H A D_operator.c131 return PyNumber_TrueDivide(a, b); in _operator_truediv_impl()
H A Dmathmodule.c2385 ans = PyNumber_TrueDivide(num, den); in math_log_impl()
H A D_datetimemodule.c2129 result = PyNumber_TrueDivide(pyus_left, pyus_right); in truedivide_timedelta_timedelta()
2728 total_seconds = PyNumber_TrueDivide(total_microseconds, us_per_second); in delta_total_seconds()
/third_party/python/Python/
H A Dast_opt.c481 newval = PyNumber_TrueDivide(lv, rv); in fold_binop()
H A Dceval.c883 [NB_TRUE_DIVIDE] = PyNumber_TrueDivide,

Completed in 37 milliseconds