Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfloatobject.c926 double_round(double x, int ndigits) { in double_round() function
984 double_round(double x, int ndigits) { in double_round() function
1083 return double_round(x, (int)ndigits); in float___round___impl()