Home | History | Annotate | Download | only in Modules

Lines Matching refs:nsec

1967 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec)
1970 PyObject *ns_fractional = PyLong_FromUnsignedLong(nsec);
1986 float_s = PyFloat_FromDouble(sec + 1e-9*nsec);