Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h32 _PyTime_ROUND_HALF_EVEN=2, enumerator
/external/python/cpython3/Python/
Dpytime.c115 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Round()
478 if (round == _PyTime_ROUND_HALF_EVEN) { in _PyTime_Divide()
/external/python/cpython3/Modules/
D_testcapimodule.c3121 && round != _PyTime_ROUND_HALF_EVEN in check_time_rounding()
D_datetimemodule.c4810 &timet, &us, _PyTime_ROUND_HALF_EVEN) == -1) in datetime_from_timestamp()