Searched refs:_operator_mul_impl (Results 1 – 2 of 2) sorted by relevance
103 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b);117 return_value = _operator_mul_impl(module, a, b); in _operator_mul()
87 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_mul_impl() function