Home
last modified time | relevance | path

Searched refs:_PyTime_AsSecondsDouble (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dpytime.h107 PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t);
/external/python/cpython3/Python/
Dpytime.c453 _PyTime_AsSecondsDouble(_PyTime_t t) in _PyTime_AsSecondsDouble() function
/external/python/cpython3/Modules/
D_threadmodule.c1588 time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in PyInit__thread()
Dtimemodule.c72 double d = _PyTime_AsSecondsDouble(t); in _PyFloat_FromPyTime()
Dgcmodule.c1283 double d = _PyTime_AsSecondsDouble(_PyTime_GetMonotonicClock() - t1); in collect()
Dsocketmodule.c2965 double seconds = _PyTime_AsSecondsDouble(s->sock_timeout); in sock_gettimeout()
6735 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);
D_testcapimodule.c4465 d = _PyTime_AsSecondsDouble(ts); in test_pytime_assecondsdouble()