Searched refs:_Py_double_round (Results 1 – 3 of 3) sorted by relevance
133 PyAPI_FUNC(PyObject *) _Py_double_round(double x, int ndigits);
1091 _Py_double_round(double x, int ndigits) { in _Py_double_round() function1235 _Py_double_round(double x, int ndigits) { in _Py_double_round() function
2216 return _Py_double_round(x, (int)ndigits); in builtin_round()