Searched refs:_operator_pow_impl (Results 1 – 2 of 2) sorted by relevance
1274 _operator_pow_impl(PyObject *module, PyObject *a, PyObject *b);1288 return_value = _operator_pow_impl(module, a, b); in _operator_pow()
662 _operator_pow_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_pow_impl() function