Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c148 round_to_long(double x) in round_to_long() function
2002 PyObject *temp = PyLong_FromLong(round_to_long(leftover_us)); in delta_new()
3795 us = (int)round_to_long(fraction * 1e6); in datetime_from_timestamp()