Searched refs:_PyTime_AsSecondsDouble (Results 1 – 7 of 7) sorted by relevance
107 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
447 _PyTime_AsSecondsDouble(_PyTime_t t) in _PyTime_AsSecondsDouble() function
1371 time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in PyInit__thread()
60 double d = _PyTime_AsSecondsDouble(t); in _PyFloat_FromPyTime()
938 _PyTime_AsSecondsDouble(t2 - t1)); in collect()
2741 double seconds = _PyTime_AsSecondsDouble(s->sock_timeout); in sock_gettimeout()6416 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);
4065 d = _PyTime_AsSecondsDouble(ts); in test_pytime_assecondsdouble()