Searched refs:_operator_ge_impl (Results 1 – 2 of 2) sorted by relevance
1244 _operator_ge_impl(PyObject *module, PyObject *a, PyObject *b);1258 return_value = _operator_ge_impl(module, a, b); in _operator_ge()
649 _operator_ge_impl(PyObject *module, PyObject *a, PyObject *b) in _operator_ge_impl() function