Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c1878 #define microseconds_to_delta(pymicros) \ macro
1897 result = microseconds_to_delta(pyus_out); in multiply_int_timedelta()
1953 result = microseconds_to_delta(pyus_out); in multiply_truedivide_timedelta_float()
1978 result = microseconds_to_delta(pyus_out); in divide_timedelta_int()
2041 result = microseconds_to_delta(pyus_out); in truedivide_timedelta_int()
2266 remainder = microseconds_to_delta(pyus_remainder); in delta_remainder()
2302 delta = microseconds_to_delta(PyTuple_GET_ITEM(divmod, 1)); in delta_divmod()
/external/python/cpython2/Modules/
Ddatetimemodule.c1631 #define microseconds_to_delta(pymicros) \ macro
1650 result = microseconds_to_delta(pyus_out); in multiply_int_timedelta()
1671 result = microseconds_to_delta(pyus_out); in divide_timedelta_int()