Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h43 } _PyTime_round_t; typedef
58 _PyTime_round_t);
67 _PyTime_round_t);
76 _PyTime_round_t);
98 _PyTime_round_t round);
104 _PyTime_round_t round);
111 _PyTime_round_t round);
115 _PyTime_round_t round);
131 _PyTime_round_t round);
136 _PyTime_round_t round);
[all …]
/external/python/cpython3/Python/
Dpytime.c109 _PyTime_Round(double x, _PyTime_round_t round) in _PyTime_Round()
133 long idenominator, _PyTime_round_t round) in _PyTime_DoubleToDenominator()
166 long denominator, _PyTime_round_t round) in _PyTime_ObjectToDenominator()
191 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t()
225 _PyTime_round_t round) in _PyTime_ObjectToTimespec()
232 _PyTime_round_t round) in _PyTime_ObjectToTimeval()
381 _PyTime_FromDouble(_PyTime_t *t, double value, _PyTime_round_t round, in _PyTime_FromDouble()
401 _PyTime_FromObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round, in _PyTime_FromObject()
435 _PyTime_FromSecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject()
441 _PyTime_FromMillisecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject()
[all …]