Searched refs:_PyTime_AsSecondsDouble (Results 1 – 7 of 7) sorted by relevance
107 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
453 _PyTime_AsSecondsDouble(_PyTime_t t) in _PyTime_AsSecondsDouble() function
1588 time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in PyInit__thread()
72 double d = _PyTime_AsSecondsDouble(t); in _PyFloat_FromPyTime()
1283 double d = _PyTime_AsSecondsDouble(_PyTime_GetMonotonicClock() - t1); in collect()
2965 double seconds = _PyTime_AsSecondsDouble(s->sock_timeout); in sock_gettimeout()6735 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);
4465 d = _PyTime_AsSecondsDouble(ts); in test_pytime_assecondsdouble()