Home
last modified time | relevance | path

Searched refs:_PyTime_ROUND_UP (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dpytime.h39 _PyTime_ROUND_UP=3, enumerator
42 _PyTime_ROUND_TIMEOUT = _PyTime_ROUND_UP
/external/python/cpython3/Python/
Dpytime.c125 assert(round == _PyTime_ROUND_UP); in _PyTime_Round()
510 assert(round == _PyTime_ROUND_UP); in _PyTime_Divide()
/external/python/cpython3/Modules/
D_testcapimodule.c3122 && round != _PyTime_ROUND_UP) { in check_time_rounding()