Home
last modified time | relevance | path

Searched refs:__rsub__ (Results 1 – 25 of 49) sorted by relevance

12

/external/fonttools/Lib/fontTools/misc/
Dvector.py59 def __rsub__(self, other): member in Vector
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_operators.py83 ragged_tensor.RaggedTensor.__rsub__ = _right(math_ops.subtract)
/external/python/cpython3/Lib/
Dnumbers.py95 def __rsub__(self, other): member in Complex
Dfractions.py397 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dstatistics.py1103 def __rsub__(x1, x2): member in NormalDist
/external/python/cpython2/Lib/
Dnumbers.py96 def __rsub__(self, other): member in Complex
Dfractions.py401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
D_abcoll.py227 def __rsub__(self, other): member in Set
/external/python/cpython2/Demo/classes/
DDates.py166 def __rsub__(self, other): member in Date
DComplex.py188 def __rsub__(self, other): member in Complex
/external/python/dateutil/dateutil/test/
D_common.py220 __sub__ = __rsub__ = _op
/external/python/cpython3/Lib/test/
Dtest_augassign.py132 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_binop.py105 def __rsub__(self, other): member in Rat
/external/python/cpython2/Lib/test/
Dtest_augassign.py136 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_coercion.py48 def __rsub__(self,other): member in MethodNumber
Dtest_binop.py110 def __rsub__(self, other): member in Rat
/external/python/cpython3/Doc/library/
Dconstants.rst30 (e.g. :meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, :meth:`__rsub__`,
/external/llvm-project/clang/utils/ABITest/
DEnumeration.py22 __rsub__ = __sub__ variable in Aleph0
/external/clang/utils/ABITest/
DEnumeration.py21 __rsub__ = __sub__ variable in Aleph0
/external/tensorflow/tensorflow/python/distribute/
Dps_values.py218 def __rsub__(self, o): member in AggregatingVariable
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_arrays_test.py87 self._testBinOp([1, 2], [3, 5], [-2, -3], lambda a, b: b.__rsub__(a))
/external/python/asn1crypto/asn1crypto/
Dutil.py848 def __rsub__(self, other): member in extended_datetime
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dautocast_variable.py411 def __rsub__(self, o): member in AutoCastVariable
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py398 def __rsub__(self, other): member in Dimension
/external/python/jinja/src/jinja2/
Druntime.py737 __add__ = __radd__ = __sub__ = __rsub__ = _fail_with_undefined_error

12