Searched refs:_PyTime_ROUND_FLOOR (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | pytime.h | 69 _PyTime_ROUND_FLOOR=0, enumerator
|
/third_party/python/Python/ |
H A D | pytime.c | 270 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 D | timemodule.c | 260 if (_PyTime_FromSecondsObject(&t, obj, _PyTime_ROUND_FLOOR) < 0) 487 if (_PyTime_ObjectToTime_t(ot, &whent, _PyTime_ROUND_FLOOR) == -1)
|
H A D | _lsprof.c | 102 err = _PyTime_FromSecondsObject(&result, o, _PyTime_ROUND_FLOOR); in CallExternalTimer()
|
H A D | _datetimemodule.c | 2955 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 D | posixmodule.c | 5538 &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.c | 3825 if (round != _PyTime_ROUND_FLOOR in check_time_rounding()
|
Completed in 39 milliseconds