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/
H A Dpytime.h75 _PyTime_ROUND_HALF_EVEN=2, enumerator
/third_party/python/Python/
H A Dpytime.c244 (_PyTime_ROUND_HALF_EVEN) */
264 if (round == _PyTime_ROUND_HALF_EVEN) { in pytime_round()
655 if (round == _PyTime_ROUND_HALF_EVEN) { in pytime_divide()
/third_party/python/Modules/
H A D_datetimemodule.c5110 &timet, &us, _PyTime_ROUND_HALF_EVEN) == -1) in datetime_from_timestamp()
H A D_testcapimodule.c3827 && round != _PyTime_ROUND_HALF_EVEN in check_time_rounding()

Completed in 24 milliseconds