Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfloatobject.c1097 int decpt, sign, val, halfway_case; in _Py_double_round() local
1150 halfway_case = 1; in _Py_double_round()
1156 halfway_case = fmod(x, five_pow) == 0.0; in _Py_double_round()
1159 halfway_case = 0; in _Py_double_round()
1162 halfway_case = 0; in _Py_double_round()
1166 buf = _Py_dg_dtoa(x, 3, ndigits+halfway_case, &decpt, &sign, &buf_end); in _Py_double_round()
1175 if (halfway_case) { in _Py_double_round()