Home
last modified time | relevance | path

Searched refs:checked_divmod (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c1896 checked_divmod(PyObject *a, PyObject *b) in checked_divmod() function
1931 tuple = checked_divmod(pyus, us_per_second); in microseconds_to_delta_ex()
1950 tuple = checked_divmod(num, seconds_per_day); in microseconds_to_delta_ex()
2402 divmod = checked_divmod(pyus_left, pyus_right); in delta_divmod()

Completed in 9 milliseconds