Home
last modified time | relevance | path

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

12345678

/external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
DExecutionDataStore.java77 public void subtract(final IExecutionData data) throws IllegalStateException { in subtract() method in ExecutionDataStore
93 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
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
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
DMutableByte.java203 public void subtract(final byte operand) { in subtract() method in MutableByte
214 public void subtract(final Number operand) { in subtract() method in MutableByte
DMutableInt.java203 public void subtract(final int operand) { in subtract() method in MutableInt
214 public void subtract(final Number operand) { in subtract() method in MutableInt
DMutableLong.java203 public void subtract(final long operand) { in subtract() method in MutableLong
214 public void subtract(final Number operand) { in subtract() method in MutableLong
DMutableShort.java203 public void subtract(final short operand) { in subtract() method in MutableShort
214 public void subtract(final Number operand) { in subtract() method in MutableShort
DMutableFloat.java219 public void subtract(final float operand) { in subtract() method in MutableFloat
230 public void subtract(final Number operand) { in subtract() method in MutableFloat
DMutableDouble.java219 public void subtract(final double operand) { in subtract() method in MutableDouble
230 public void subtract(final Number operand) { in subtract() method in MutableDouble
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DNanoTimer.java34 public void subtract(final NanoTimer o) { in subtract() method in NanoTimer
/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/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DSimpleBigDecimal.java99 public SimpleBigDecimal subtract(SimpleBigDecimal b) in subtract() method in SimpleBigDecimal
104 public SimpleBigDecimal subtract(BigInteger b) in subtract() method in SimpleBigDecimal
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DSimpleBigDecimal.java99 public SimpleBigDecimal subtract(SimpleBigDecimal b) in subtract() method in SimpleBigDecimal
104 public SimpleBigDecimal subtract(BigInteger b) in subtract() method in SimpleBigDecimal
/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/cronet/third_party/icu/source/test/perf/perldriver/
DDataset.pm93 sub subtract { subroutine
/external/icu/icu4c/source/test/perf/perldriver/
DDataset.pm93 sub subtract { subroutine
/external/apache-commons-math/src/main/java/org/apache/commons/math/
DFieldElement.java39 T subtract(T a); in subtract() method
/external/icu/icu4j/perf-tests/perldriver/
DDataset.pm91 sub subtract { subroutine
/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

12345678