Home
last modified time | relevance | path

Searched refs:half_even_correction (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dlongobject.c2962 "x + half_even_correction[x & 7]" gives x rounded to the nearest in _PyLong_Frexp()
2964 static const int half_even_correction[8] = {0, -1, -2, 1, 0, -1, 2, 1}; in _PyLong_Frexp() local
3037 x_digits[0] += half_even_correction[x_digits[0] & 7]; in _PyLong_Frexp()

Completed in 8 milliseconds