Searched refs:_operator_ifloordiv_impl (Results 1 – 2 of 2) sorted by relevance
596 _operator_ifloordiv_impl(PyObject *module, PyObject *a, PyObject *b);610 return_value = _operator_ifloordiv_impl(module, a, b); in _operator_ifloordiv()
350 _operator_ifloordiv_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_ifloordiv_impl() function