Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfloatobject.c927 double_round(double x, int ndigits) { in double_round() function
985 double_round(double x, int ndigits) { in double_round() function
1084 return double_round(x, (int)ndigits); in float___round___impl()