Home
last modified time | relevance | path

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

123456

/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionDataStore.java70 public void subtract(final ExecutionData data) throws IllegalStateException { in subtract() method in ExecutionDataStore
85 public void subtract(final ExecutionDataStore store) { in subtract() method in ExecutionDataStore
/external/proguard/src/proguard/evaluation/value/
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
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
DSpecificFloatValue.java65 public FloatValue subtract(FloatValue other) in subtract() method in SpecificFloatValue
119 public FloatValue subtract(SpecificFloatValue other) in subtract() method in SpecificFloatValue
DSpecificDoubleValue.java65 public DoubleValue subtract(DoubleValue other) in subtract() method in SpecificDoubleValue
119 public DoubleValue subtract(SpecificDoubleValue other) in subtract() method in SpecificDoubleValue
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
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
DUnknownDoubleValue.java65 public DoubleValue subtract(DoubleValue other) in subtract() method in UnknownDoubleValue
DUnknownFloatValue.java65 public FloatValue subtract(FloatValue other) in subtract() method in UnknownFloatValue
DSpecificIntegerValue.java80 public IntegerValue subtract(IntegerValue other) in subtract() method in SpecificIntegerValue
208 public IntegerValue subtract(SpecificIntegerValue other) in subtract() method in SpecificIntegerValue
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DBigFraction.java1035 public BigFraction subtract(final BigInteger bg) { in subtract() method in BigFraction
1052 public BigFraction subtract(final int i) { in subtract() method in BigFraction
1067 public BigFraction subtract(final long l) { in subtract() method in BigFraction
1081 public BigFraction subtract(final BigFraction fraction) { in subtract() method in BigFraction
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java98 public SimpleBigDecimal subtract(SimpleBigDecimal b) in subtract() method in SimpleBigDecimal
103 public SimpleBigDecimal subtract(BigInteger b) in subtract() method in SimpleBigDecimal
/external/icu/icu4c/source/test/perf/perldriver/
DDataset.pm89 sub subtract { subroutine
/external/icu/icu4j/perf-tests/perldriver/
DDataset.pm89 sub subtract { subroutine
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DFieldElement.java39 T subtract(T a); in subtract() method
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealMatrix.java122 public OpenMapRealMatrix subtract(final RealMatrix m) in subtract() method in OpenMapRealMatrix
138 public OpenMapRealMatrix subtract(OpenMapRealMatrix m) throws IllegalArgumentException { in subtract() method in OpenMapRealMatrix
DFieldVector.java84 FieldVector<T> subtract(FieldVector<T> v) in subtract() method
93 FieldVector<T> subtract(T[] v) in subtract() method
DSparseFieldVector.java498 public SparseFieldVector<T> subtract(SparseFieldVector<T> v) throws IllegalArgumentException{ in subtract() method in SparseFieldVector
515 public FieldVector<T> subtract(FieldVector<T> v) in subtract() method in SparseFieldVector
524 public FieldVector<T> subtract(T[] v) throws IllegalArgumentException { in subtract() method in SparseFieldVector
DArrayFieldVector.java345 public FieldVector<T> subtract(FieldVector<T> v) throws IllegalArgumentException { in subtract() method in ArrayFieldVector
359 public FieldVector<T> subtract(T[] v) throws IllegalArgumentException { in subtract() method in ArrayFieldVector
374 public ArrayFieldVector<T> subtract(ArrayFieldVector<T> v) in subtract() method in ArrayFieldVector
/external/jetty/src/java/org/eclipse/jetty/util/statistic/
DCounterStatistic.java70 public void subtract(final long delta) in subtract() method in CounterStatistic
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntSet.java61 IntSet subtract(IntSet a); in subtract() method

123456