Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h53 float___round___impl(PyObject *self, PyObject *o_ndigits);
66 return_value = float___round___impl(self, o_ndigits); in float___round__()
/external/python/cpython3/Objects/
Dfloatobject.c1045 float___round___impl(PyObject *self, PyObject *o_ndigits) in float___round___impl() function