Searched defs:divmod (Results 1 – 4 of 4) sorted by relevance
13 BOOST_HANA_CONSTEXPR_LAMBDA auto divmod = hana::infix([](auto x, auto y) { in __anon937659490102() variable
168 divmod(int x, int y, int *r) in divmod() function2297 PyObject *divmod; in delta_divmod() local
5181 PyObject *divmod; in split_py_long_to_s_and_ns() local
4418 def divmod(self, a, b): member in Context