Searched refs:_operator_truediv_impl (Results 1 – 2 of 2) sorted by relevance
193 _operator_truediv_impl(PyObject *module, PyObject *a, PyObject *b);207 return_value = _operator_truediv_impl(module, a, b); in _operator_truediv()
126 _operator_truediv_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_truediv_impl() function