/external/proguard/src/proguard/evaluation/value/ |
D | FloatValue.java | 81 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
|
D | DoubleValue.java | 81 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
|
D | SpecificDoubleValue.java | 65 public DoubleValue subtract(DoubleValue other) in subtract() method in SpecificDoubleValue 119 public DoubleValue subtract(SpecificDoubleValue other) in subtract() method in SpecificDoubleValue
|
D | SpecificFloatValue.java | 65 public FloatValue subtract(FloatValue other) in subtract() method in SpecificFloatValue 119 public FloatValue subtract(SpecificFloatValue other) in subtract() method in SpecificFloatValue
|
D | ParticularDoubleValue.java | 87 public DoubleValue subtract(DoubleValue other) in subtract() method in ParticularDoubleValue 148 public DoubleValue subtract(ParticularDoubleValue other) in subtract() method in ParticularDoubleValue
|
D | ParticularFloatValue.java | 87 public FloatValue subtract(FloatValue other) in subtract() method in ParticularFloatValue 148 public FloatValue subtract(ParticularFloatValue other) in subtract() method in ParticularFloatValue
|
D | LongValue.java | 87 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
|
D | SpecificLongValue.java | 65 public LongValue subtract(LongValue other) in subtract() method in SpecificLongValue 153 public LongValue subtract(SpecificLongValue other) in subtract() method in SpecificLongValue
|
D | ParticularLongValue.java | 85 public LongValue subtract(LongValue other) in subtract() method in ParticularLongValue 173 public LongValue subtract(ParticularLongValue other) in subtract() method in ParticularLongValue
|
D | UnknownFloatValue.java | 65 public FloatValue subtract(FloatValue other) in subtract() method in UnknownFloatValue
|
D | UnknownDoubleValue.java | 65 public DoubleValue subtract(DoubleValue other) in subtract() method in UnknownDoubleValue
|
D | IntegerValue.java | 95 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
|
D | SpecificIntegerValue.java | 80 public IntegerValue subtract(IntegerValue other) in subtract() method in SpecificIntegerValue 208 public IntegerValue subtract(SpecificIntegerValue other) in subtract() method in SpecificIntegerValue
|
D | UnknownLongValue.java | 65 public LongValue subtract(LongValue other) in subtract() method in UnknownLongValue
|
D | ParticularIntegerValue.java | 112 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/ |
D | Dataset.pm | 89 sub subtract { subroutine
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | Dataset.pm | 89 sub subtract { subroutine
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | SimpleBigDecimal.java | 104 public SimpleBigDecimal subtract(SimpleBigDecimal b) in subtract() method in SimpleBigDecimal 109 public SimpleBigDecimal subtract(BigInteger b) in subtract() method in SimpleBigDecimal
|
D | ECFieldElement.java | 17 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/ |
D | IntSet.java | 61 IntSet subtract(IntSet a); in subtract() method
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | Region.h | 152 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/ |
D | LookaheadSet.java | 68 public LookaheadSet subtract(LookaheadSet other) { in subtract() method in LookaheadSet
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | Geometry.js | 125 WebInspector.Geometry.subtract = function(u, v) function in WebInspector.Geometry
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Vector2.java | 50 public final void subtract(Vector2 other) { in subtract() method in Vector2
|
/external/guava/guava/src/com/google/common/primitives/ |
D | UnsignedInteger.java | 119 public UnsignedInteger subtract(UnsignedInteger val) { in subtract() method in UnsignedInteger
|