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.c447 _PyTime_AsSecondsDouble(_PyTime_t t) in _PyTime_AsSecondsDouble() function
/external/python/cpython3/Modules/
D_threadmodule.c1371 time_max = _PyTime_AsSecondsDouble(_PyTime_MAX); in PyInit__thread()
Dtimemodule.c60 double d = _PyTime_AsSecondsDouble(t); in _PyFloat_FromPyTime()
Dgcmodule.c938 _PyTime_AsSecondsDouble(t2 - t1)); in collect()
Dsocketmodule.c2741 double seconds = _PyTime_AsSecondsDouble(s->sock_timeout); in sock_gettimeout()
6416 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);
D_testcapimodule.c4065 d = _PyTime_AsSecondsDouble(ts); in test_pytime_assecondsdouble()