Searched refs:_PyTime_ROUND_HALF_EVEN (Results 1 – 4 of 4) sorted by relevance
29 _PyTime_ROUND_HALF_EVEN=2, enumerator
121 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Round()484 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Divide()
5039 &timet, &us, _PyTime_ROUND_HALF_EVEN) == -1) in datetime_from_timestamp()
3652 && round != _PyTime_ROUND_HALF_EVEN in check_time_rounding()