/external/llvm-project/clang/utils/ABITest/ |
D | Enumeration.py | 33 def __floordiv__(self, b): member in Aleph0 36 __rfloordiv__ = __floordiv__ 37 __truediv__ = __floordiv__ 38 __rtuediv__ = __floordiv__ 39 __div__ = __floordiv__ 40 __rdiv__ = __floordiv__
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 32 def __floordiv__(self, b): member in Aleph0 35 __rfloordiv__ = __floordiv__ 36 __truediv__ = __floordiv__ 37 __rtuediv__ = __floordiv__ 38 __div__ = __floordiv__ 39 __rdiv__ = __floordiv__
|
/external/llvm-project/lldb/examples/python/ |
D | sbvalue.py | 137 def __floordiv__(self, other): member in variable 196 result = self.__floordiv__(self, other)
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_operators.py | 73 ragged_tensor.RaggedTensor.__floordiv__ = math_ops.floordiv
|
/external/python/cpython3/Lib/ |
D | numbers.py | 214 def __floordiv__(self, other): member in Real
|
D | operator.py | 426 __floordiv__ = floordiv variable
|
D | fractions.py | 416 __floordiv__, __rfloordiv__ = _operator_fallbacks(_floordiv, operator.floordiv) variable in Fraction
|
/external/python/cpython2/Lib/ |
D | numbers.py | 217 def __floordiv__(self, other): member in Real
|
D | fractions.py | 417 def __floordiv__(a, b): member in Fraction
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 224 __floordiv__ = __rfloordiv__ = _op variable in NotAValueClass
|
/external/python/cpython2/Lib/test/ |
D | test_complex.py | 124 self.assertAlmostEqual(complex.__floordiv__(3+0j, 1.5+0j), 2) 125 self.assertRaises(ZeroDivisionError, complex.__floordiv__, 3+0j, 0+0j) 419 def __floordiv__(self,other): member in ComplexTest.test_subclass.xcomplex
|
D | test_augassign.py | 158 def __floordiv__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_coercion.py | 69 def __floordiv__(self,other): member in MethodNumber
|
D | test_binop.py | 157 def __floordiv__(self, other): member in Rat
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 154 def __floordiv__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_complex.py | 114 self.assertRaises(TypeError, complex.__floordiv__, 3+0j, 1.5+0j) 115 self.assertRaises(TypeError, complex.__floordiv__, 3+0j, 0+0j)
|
D | test_binop.py | 148 def __floordiv__(self, other): member in Rat
|
/external/tensorflow/tensorflow/python/distribute/ |
D | ps_values.py | 233 def __floordiv__(self, o): member in AggregatingVariable
|
/external/scapy/scapy/ |
D | volatile.py | 126 def __floordiv__(self, other): member in RandNum 128 __div__ = __floordiv__
|
D | pipetool.py | 243 def __floordiv__(self, other): member in _ConnectorLogic
|
/external/llvm-project/lldb/bindings/python/ |
D | python-extensions.swig | 368 def __floordiv__(self, other): 427 result = self.__floordiv__(self, other)
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | autocast_variable.py | 426 def __floordiv__(self, o): member in AutoCastVariable
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 456 def __floordiv__(self, other): member in Dimension
|
/external/python/jinja/src/jinja2/ |
D | runtime.py | 740 __floordiv__ = __rfloordiv__ = _fail_with_undefined_error variable in Undefined
|
/external/libchrome/third_party/jinja2/ |
D | runtime.py | 644 __truediv__ = __rtruediv__ = __floordiv__ = __rfloordiv__ = \
|