Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpytime.c115 _PyTime_Round(double x, _PyTime_round_t round) in _PyTime_Round() function
149 floatpart = _PyTime_Round(floatpart, round); in _PyTime_DoubleToDenominator()
210 d = _PyTime_Round(d, round); in _PyTime_ObjectToTime_t()
396 d = _PyTime_Round(d, round); in _PyTime_FromDouble()