Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c1808 checked_divmod(PyObject *a, PyObject *b) in checked_divmod() function
1843 tuple = checked_divmod(pyus, us_per_second); in microseconds_to_delta_ex()
1862 tuple = checked_divmod(num, seconds_per_day); in microseconds_to_delta_ex()
2314 divmod = checked_divmod(pyus_left, pyus_right); in delta_divmod()