Searched refs:_PyTime_ROUND_HALF_EVEN (Results 1 – 4 of 4) sorted by relevance
32 _PyTime_ROUND_HALF_EVEN=2, enumerator
115 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Round()478 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Divide()
3121 && round != _PyTime_ROUND_HALF_EVEN in check_time_rounding()
4810 &timet, &us, _PyTime_ROUND_HALF_EVEN) == -1) in datetime_from_timestamp()