Home
last modified time | relevance | path

Searched defs:__rsub__ (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/pytorch/torch/utils/_sympy/
H A Dnumbers.py85 def __rsub__(self, other): member in IntInfinity
272 def __rsub__(self, other): member in NegativeIntInfinity
/aosp_15_r20/external/python/cpython2/Demo/classes/
DDates.py166 def __rsub__(self, other): member in Date
DComplex.py188 def __rsub__(self, other): member in Complex
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/
H A D_tensors.py79 def __rsub__(self, other): member in SymbolicTensor
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/
H A Dvector.py58 def __rsub__(self, other): member in Vector
/aosp_15_r20/external/python/dateutil/dateutil/
Drelativedelta.py407 def __rsub__(self, other): member in relativedelta
/aosp_15_r20/external/clang/utils/ABITest/
H A DEnumeration.py21 __rsub__ = __sub__ variable in Aleph0
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_binop.py110 def __rsub__(self, other): member in Rat
Dtest_coercion.py48 def __rsub__(self,other): member in MethodNumber
Dtest_fractions.py50 __rsub__ = __sub__ variable in DummyFloat
Dtest_augassign.py136 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall
/aosp_15_r20/external/python/cpython2/Lib/
Dfractions.py401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dfractions.py482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dfractions.py482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dstatistics.py1367 def __rsub__(x1, x2): member in NormalDist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dfractions.py482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dstatistics.py1367 def __rsub__(x1, x2): member in NormalDist
/aosp_15_r20/external/python/cpython3/Lib/
Dfractions.py482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dfractions.py482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
H A Dnumbers.py95 def __rsub__(self, other): member in Complex
H A Dstatistics.py1367 def __rsub__(x1, x2): member in NormalDist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dfractions.py482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dnumbers.py95 def __rsub__(self, other): member in Complex
Dstatistics.py1367 def __rsub__(x1, x2): member in NormalDist
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_augassign.py132 def __rsub__(self, val): member in AugAssignTest.testCustomMethods2.testall

1234