Home
last modified time | relevance | path

Searched refs:_operator_mul_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
D_operator.c.h103 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b);
117 return_value = _operator_mul_impl(module, a, b); in _operator_mul()
/third_party/python/Modules/
D_operator.c87 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_mul_impl() function