Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfloatobject.c1096 int decpt, sign, val, halfway_case; in _Py_double_round() local
1149 halfway_case = 1; in _Py_double_round()
1155 halfway_case = fmod(x, five_pow) == 0.0; in _Py_double_round()
1158 halfway_case = 0; in _Py_double_round()
1161 halfway_case = 0; in _Py_double_round()
1165 buf = _Py_dg_dtoa(x, 3, ndigits+halfway_case, &decpt, &sign, &buf_end); in _Py_double_round()
1174 if (halfway_case) { in _Py_double_round()