Searched refs:checked_divmod (Results 1 – 1 of 1) sorted by relevance
1808 checked_divmod(PyObject *a, PyObject *b) in checked_divmod() function1843 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()