Home
last modified time | relevance | path

Searched defs:divmod (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/hana/example/functional/
Dinfix.cpp13 BOOST_HANA_CONSTEXPR_LAMBDA auto divmod = hana::infix([](auto x, auto y) { in __anon937659490102() variable
/third_party/python/Modules/
D_datetimemodule.c168 divmod(int x, int y, int *r) in divmod() function
2297 PyObject *divmod; in delta_divmod() local
Dposixmodule.c5181 PyObject *divmod; in split_py_long_to_s_and_ns() local
/third_party/python/Lib/
D_pydecimal.py4418 def divmod(self, a, b): member in Context