Searched defs:divmod (Results 1 – 5 of 5) sorted by relevance
13 BOOST_HANA_CONSTEXPR_LAMBDA auto divmod = hana::infix([](auto x, auto y) { in __anon6f863ce40102() variable
69 divmod = divmod_ # pylint: disable=redefined-builtin variable
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