Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpytime.h29 _PyTime_ROUND_HALF_EVEN=2, enumerator
/third_party/python/Python/
Dpytime.c121 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Round()
484 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Divide()
/third_party/python/Modules/
D_datetimemodule.c5039 &timet, &us, _PyTime_ROUND_HALF_EVEN) == -1) in datetime_from_timestamp()
D_testcapimodule.c3652 && round != _PyTime_ROUND_HALF_EVEN in check_time_rounding()