Searched refs:_operator_ipow_impl (Results 1 – 2 of 2) sorted by relevance
1304 _operator_ipow_impl(PyObject *module, PyObject *a, PyObject *b);1318 return_value = _operator_ipow_impl(module, a, b); in _operator_ipow()
675 _operator_ipow_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_ipow_impl() function