/external/fonttools/Lib/fontTools/misc/ |
D | vector.py | 59 def __rsub__(self, other): member in Vector
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_operators.py | 83 ragged_tensor.RaggedTensor.__rsub__ = _right(math_ops.subtract)
|
/external/python/cpython3/Lib/ |
D | numbers.py | 95 def __rsub__(self, other): member in Complex
|
D | fractions.py | 397 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
|
D | statistics.py | 1103 def __rsub__(x1, x2): member in NormalDist
|
/external/python/cpython2/Lib/ |
D | numbers.py | 96 def __rsub__(self, other): member in Complex
|
D | fractions.py | 401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
|
D | _abcoll.py | 227 def __rsub__(self, other): member in Set
|
/external/python/cpython2/Demo/classes/ |
D | Dates.py | 166 def __rsub__(self, other): member in Date
|
D | Complex.py | 188 def __rsub__(self, other): member in Complex
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 220 __sub__ = __rsub__ = _op
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 132 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_binop.py | 105 def __rsub__(self, other): member in Rat
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 136 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_coercion.py | 48 def __rsub__(self,other): member in MethodNumber
|
D | test_binop.py | 110 def __rsub__(self, other): member in Rat
|
/external/python/cpython3/Doc/library/ |
D | constants.rst | 30 (e.g. :meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, :meth:`__rsub__`,
|
/external/llvm-project/clang/utils/ABITest/ |
D | Enumeration.py | 22 __rsub__ = __sub__ variable in Aleph0
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 21 __rsub__ = __sub__ variable in Aleph0
|
/external/tensorflow/tensorflow/python/distribute/ |
D | ps_values.py | 218 def __rsub__(self, o): member in AggregatingVariable
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_arrays_test.py | 87 self._testBinOp([1, 2], [3, 5], [-2, -3], lambda a, b: b.__rsub__(a))
|
/external/python/asn1crypto/asn1crypto/ |
D | util.py | 848 def __rsub__(self, other): member in extended_datetime
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/ |
D | autocast_variable.py | 411 def __rsub__(self, o): member in AutoCastVariable
|
/external/tensorflow/tensorflow/python/framework/ |
D | tensor_shape.py | 398 def __rsub__(self, other): member in Dimension
|
/external/python/jinja/src/jinja2/ |
D | runtime.py | 737 __add__ = __radd__ = __sub__ = __rsub__ = _fail_with_undefined_error
|