Searched refs:_PyTime_round_t (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/cpython/ |
D | pytime.h | 40 } _PyTime_round_t; typedef 55 _PyTime_round_t); 64 _PyTime_round_t); 73 _PyTime_round_t); 95 _PyTime_round_t round); 101 _PyTime_round_t round); 108 _PyTime_round_t round); 112 _PyTime_round_t round); 128 _PyTime_round_t round); 133 _PyTime_round_t round); [all …]
|
/third_party/python/Python/ |
D | pytime.c | 115 _PyTime_Round(double x, _PyTime_round_t round) in _PyTime_Round() 139 long idenominator, _PyTime_round_t round) in _PyTime_DoubleToDenominator() 172 long denominator, _PyTime_round_t round) in _PyTime_ObjectToDenominator() 197 _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec, _PyTime_round_t round) in _PyTime_ObjectToTime_t() 231 _PyTime_round_t round) in _PyTime_ObjectToTimespec() 238 _PyTime_round_t round) in _PyTime_ObjectToTimeval() 387 _PyTime_FromDouble(_PyTime_t *t, double value, _PyTime_round_t round, in _PyTime_FromDouble() 407 _PyTime_FromObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round, in _PyTime_FromObject() 441 _PyTime_FromSecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromSecondsObject() 447 _PyTime_FromMillisecondsObject(_PyTime_t *t, PyObject *obj, _PyTime_round_t round) in _PyTime_FromMillisecondsObject() [all …]
|