Home
last modified time | relevance | path

Searched defs:subtract (Results 1 – 25 of 57) sorted by relevance

123

/external/proguard/src/proguard/evaluation/value/
DFloatValue.java81 public abstract FloatValue subtract(FloatValue other); in subtract() method in FloatValue
155 public FloatValue subtract(SpecificFloatValue other) in subtract() method in FloatValue
258 public FloatValue subtract(ParticularFloatValue other) in subtract() method in FloatValue
DDoubleValue.java81 public abstract DoubleValue subtract(DoubleValue other); in subtract() method in DoubleValue
155 public DoubleValue subtract(SpecificDoubleValue other) in subtract() method in DoubleValue
258 public DoubleValue subtract(ParticularDoubleValue other) in subtract() method in DoubleValue
DSpecificDoubleValue.java65 public DoubleValue subtract(DoubleValue other) in subtract() method in SpecificDoubleValue
119 public DoubleValue subtract(SpecificDoubleValue other) in subtract() method in SpecificDoubleValue
DSpecificFloatValue.java65 public FloatValue subtract(FloatValue other) in subtract() method in SpecificFloatValue
119 public FloatValue subtract(SpecificFloatValue other) in subtract() method in SpecificFloatValue
DParticularDoubleValue.java87 public DoubleValue subtract(DoubleValue other) in subtract() method in ParticularDoubleValue
148 public DoubleValue subtract(ParticularDoubleValue other) in subtract() method in ParticularDoubleValue
DParticularFloatValue.java87 public FloatValue subtract(FloatValue other) in subtract() method in ParticularFloatValue
148 public FloatValue subtract(ParticularFloatValue other) in subtract() method in ParticularFloatValue
DLongValue.java87 public LongValue subtract(LongValue other) in subtract() method in LongValue
244 public LongValue subtract(SpecificLongValue other) in subtract() method in LongValue
400 public LongValue subtract(ParticularLongValue other) in subtract() method in LongValue
DSpecificLongValue.java65 public LongValue subtract(LongValue other) in subtract() method in SpecificLongValue
153 public LongValue subtract(SpecificLongValue other) in subtract() method in SpecificLongValue
DParticularLongValue.java85 public LongValue subtract(LongValue other) in subtract() method in ParticularLongValue
173 public LongValue subtract(ParticularLongValue other) in subtract() method in ParticularLongValue
DUnknownFloatValue.java65 public FloatValue subtract(FloatValue other) in subtract() method in UnknownFloatValue
DUnknownDoubleValue.java65 public DoubleValue subtract(DoubleValue other) in subtract() method in UnknownDoubleValue
DIntegerValue.java95 public abstract IntegerValue subtract(IntegerValue other); in subtract() method in IntegerValue
272 public IntegerValue subtract(UnknownIntegerValue other) in subtract() method in IntegerValue
516 public IntegerValue subtract(SpecificIntegerValue other) in subtract() method in IntegerValue
760 public IntegerValue subtract(ParticularIntegerValue other) in subtract() method in IntegerValue
DSpecificIntegerValue.java80 public IntegerValue subtract(IntegerValue other) in subtract() method in SpecificIntegerValue
208 public IntegerValue subtract(SpecificIntegerValue other) in subtract() method in SpecificIntegerValue
DUnknownLongValue.java65 public LongValue subtract(LongValue other) in subtract() method in UnknownLongValue
DParticularIntegerValue.java112 public IntegerValue subtract(IntegerValue other) in subtract() method in ParticularIntegerValue
240 public IntegerValue subtract(ParticularIntegerValue other) in subtract() method in ParticularIntegerValue
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
DDataset.pm89 sub subtract { subroutine
/external/icu/icu4c/source/test/perf/perldriver/
DDataset.pm89 sub subtract { subroutine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java104 public SimpleBigDecimal subtract(SimpleBigDecimal b) in subtract() method in SimpleBigDecimal
109 public SimpleBigDecimal subtract(BigInteger b) in subtract() method in SimpleBigDecimal
DECFieldElement.java17 public abstract ECFieldElement subtract(ECFieldElement b); in subtract() method in ECFieldElement
160 public ECFieldElement subtract(ECFieldElement b) in subtract() method in ECFieldElement.Fp
1177 public ECFieldElement subtract(final ECFieldElement b) in subtract() method in ECFieldElement.F2m
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntSet.java61 IntSet subtract(IntSet a); in subtract() method
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRegion.h152 static inline Region subtract(const Region& a, const Region& b) in subtract() function
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLookaheadSet.java68 public LookaheadSet subtract(LookaheadSet other) { in subtract() method in LookaheadSet
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DGeometry.js125 WebInspector.Geometry.subtract = function(u, v) function in WebInspector.Geometry
/external/replicaisland/src/com/replica/replicaisland/
DVector2.java50 public final void subtract(Vector2 other) { in subtract() method in Vector2
/external/guava/guava/src/com/google/common/primitives/
DUnsignedInteger.java119 public UnsignedInteger subtract(UnsignedInteger val) { in subtract() method in UnsignedInteger

123