Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py170 def divmod(x1, x2): # pylint: disable=redefined-builtin function
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc842 std::pair<float, float> divmod(float a, float b) { in divmod() function
/external/python/cpython3/Modules/
D_datetimemodule.c165 divmod(int x, int y, int *r) in divmod() function
2288 PyObject *divmod; in delta_divmod() local
Dposixmodule.c5302 PyObject *divmod; in split_py_long_to_s_and_ns() local
/external/python/cpython2/Lib/
Ddecimal.py4244 def divmod(self, a, b): member in Context
/external/python/cpython3/Lib/
D_pydecimal.py4418 def divmod(self, a, b): member in Context
/external/python/cpython2/Modules/
Ddatetimemodule.c129 divmod(int x, int y, int *r) in divmod() function