Lines Matching defs:round

258 pytime_round(double x, _PyTime_round_t round)  in pytime_round()
283 long idenominator, _PyTime_round_t round) in pytime_double_to_denominator()
331 long denominator, _PyTime_round_t round) in pytime_object_to_denominator()
357 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t()
393 _PyTime_round_t round) in _PyTime_ObjectToTimespec()
401 _PyTime_round_t round) in _PyTime_ObjectToTimeval()
521 pytime_from_double(_PyTime_t *tp, double value, _PyTime_round_t round, in pytime_from_double()
545 pytime_from_object(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round, in pytime_from_object()
581 _PyTime_FromSecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject()
588 _PyTime_FromMillisecondsObject(_PyTime_t *tp, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject()
652 const _PyTime_round_t round) in pytime_divide()
729 _PyTime_As100Nanoseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_As100Nanoseconds()
738 _PyTime_AsMicroseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMicroseconds()
746 _PyTime_AsMilliseconds(_PyTime_t t, _PyTime_round_t round) in _PyTime_AsMilliseconds()
755 _PyTime_round_t round) in pytime_as_timeval()
770 _PyTime_round_t round, int raise_exc) in pytime_as_timeval_struct()
796 _PyTime_AsTimeval(_PyTime_t t, struct timeval *tv, _PyTime_round_t round) in _PyTime_AsTimeval()
803 _PyTime_AsTimeval_clamp(_PyTime_t t, struct timeval *tv, _PyTime_round_t round) in _PyTime_AsTimeval_clamp()
811 _PyTime_round_t round) in _PyTime_AsTimevalTime_t()