Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpytime.c109 _PyTime_Round(double x, _PyTime_round_t round) in _PyTime_Round() function
143 floatpart = _PyTime_Round(floatpart, round); in _PyTime_DoubleToDenominator()
204 d = _PyTime_Round(d, round); in _PyTime_ObjectToTime_t()
390 d = _PyTime_Round(d, round); in _PyTime_FromDouble()