Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dlongobject.c.h102 int___round___impl(PyObject *self, PyObject *o_ndigits);
118 return_value = int___round___impl(self, o_ndigits); in int___round__()
/third_party/python/Objects/
Dlongobject.c5190 int___round___impl(PyObject *self, PyObject *o_ndigits) in int___round___impl() function