Searched defs:_Py_double_round (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dfloatobject.c1072 /* _Py_double_round: rounds a finite nonzero double to the closest multiple of
1078 /* version of _Py_double_round that uses the correctly-rounded string<->double
1092 _Py_double_round(double x, int ndigits) { function
1236 _Py_double_round(double x, int ndigits) { function

Completed in 63 milliseconds