Searched defs:divmod (Results 1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 165 def divmod(x1, x2): # pylint: disable=redefined-builtin function
|
| /external/tensorflow/tensorflow/python/lib/core/ |
| D | bfloat16.cc | 1048 inline std::pair<float, float> divmod(float a, float b) { in divmod() function
|
| /external/python/cpython3/Modules/ |
| D | _datetimemodule.c | 165 divmod(int x, int y, int *r) in divmod() function 2288 PyObject *divmod; in delta_divmod() local
|
| D | posixmodule.c | 5302 PyObject *divmod; in split_py_long_to_s_and_ns() local
|
| /external/python/cpython3/Lib/ |
| D | _pydecimal.py | 4418 def divmod(self, a, b): member in Context
|
| /external/python/cpython2/Lib/ |
| D | decimal.py | 4244 def divmod(self, a, b): member in Context
|
| /external/python/cpython2/Modules/ |
| D | datetimemodule.c | 129 divmod(int x, int y, int *r) in divmod() function
|