Searched defs:divmod (Results 1 – 3 of 3) sorted by relevance
165 divmod(int x, int y, int *r) in divmod() function2288 PyObject *divmod; in delta_divmod() local
5302 PyObject *divmod; in split_py_long_to_s_and_ns() local
4418 def divmod(self, a, b): member in Context