Home
last modified time | relevance | path

Searched refs:_PyTime_ROUND_FLOOR (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
H A Dpytime.h69 _PyTime_ROUND_FLOOR=0, enumerator
/third_party/python/Python/
H A Dpytime.c270 else if (round == _PyTime_ROUND_FLOOR) { in pytime_round()
677 else if (round == _PyTime_ROUND_FLOOR){ in pytime_divide()
/third_party/python/Modules/
H A Dtimemodule.c260 if (_PyTime_FromSecondsObject(&t, obj, _PyTime_ROUND_FLOOR) < 0)
487 if (_PyTime_ObjectToTime_t(ot, &whent, _PyTime_ROUND_FLOOR) == -1)
H A D_lsprof.c102 err = _PyTime_FromSecondsObject(&result, o, _PyTime_ROUND_FLOOR); in CallExternalTimer()
H A D_datetimemodule.c2955 if (_PyTime_ObjectToTime_t(obj, &t, _PyTime_ROUND_FLOOR) == -1) in date_fromtimestamp()
5127 if (_PyTime_AsTimevalTime_t(ts, &secs, &us, _PyTime_ROUND_FLOOR) < 0) in datetime_best_possible()
H A Dposixmodule.c5538 &a_sec, &a_nsec, _PyTime_ROUND_FLOOR) == -1 || in os_utime_impl()
5540 &m_sec, &m_nsec, _PyTime_ROUND_FLOOR) == -1) { in os_utime_impl()
H A D_testcapimodule.c3825 if (round != _PyTime_ROUND_FLOOR in check_time_rounding()

Completed in 40 milliseconds