HomeSort by relevance Sort by last modified time
    Searched refs:SUBTRACT (Results 1 - 21 of 21) sorted by null

  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 32 public static final byte SUBTRACT = '-';
CompositeFloatValue.java 32 public static final byte SUBTRACT = '-';
CompositeIntegerValue.java 32 public static final byte SUBTRACT = '-';
CompositeLongValue.java 32 public static final byte SUBTRACT = '-';
SpecificDoubleValue.java 65 public DoubleValue subtract(DoubleValue other) method in class:SpecificDoubleValue
72 return other.subtract(this);
119 public DoubleValue subtract(SpecificDoubleValue other) method in class:SpecificDoubleValue
121 return new CompositeDoubleValue(this, CompositeDoubleValue.SUBTRACT, other);
126 return new CompositeDoubleValue(other, CompositeDoubleValue.SUBTRACT, this);
SpecificFloatValue.java 65 public FloatValue subtract(FloatValue other) method in class:SpecificFloatValue
72 return other.subtract(this);
119 public FloatValue subtract(SpecificFloatValue other) method in class:SpecificFloatValue
121 return new CompositeFloatValue(this, CompositeFloatValue.SUBTRACT, other);
126 return new CompositeFloatValue(other, CompositeFloatValue.SUBTRACT, this);
SpecificLongValue.java 65 public LongValue subtract(LongValue other) method in class:SpecificLongValue
72 return other.subtract(this);
153 public LongValue subtract(SpecificLongValue other) method in class:SpecificLongValue
157 new CompositeLongValue(this, CompositeLongValue.SUBTRACT, other);
164 new CompositeLongValue(other, CompositeLongValue.SUBTRACT, this);
SpecificIntegerValue.java 80 public IntegerValue subtract(IntegerValue other) method in class:SpecificIntegerValue
87 return other.subtract(this);
208 public IntegerValue subtract(SpecificIntegerValue other) method in class:SpecificIntegerValue
212 new CompositeIntegerValue(this, CompositeIntegerValue.SUBTRACT, other);
219 new CompositeIntegerValue(other, CompositeIntegerValue.SUBTRACT, this);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
BinaryFunction.java 45 public static final BinaryFunction SUBTRACT = new BinaryFunction() {
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
FibonacciMaker.java 56 code.op(BinaryOp.SUBTRACT, a, i, constant1);
57 code.op(BinaryOp.SUBTRACT, b, i, constant2);
HelloWorldMaker.java 87 code.op(BinaryOp.SUBTRACT, c, a, b);
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
BinaryOp.java 26 * <p>Math operations ({@link #ADD}, {@link #SUBTRACT}, {@link #MULTIPLY},
49 SUBTRACT() {
  /external/libchrome/base/metrics/
histogram_samples.h 144 virtual void Subtract(const HistogramSamples& other);
176 // Based on |op| type, add or subtract sample counts data from the iterator.
177 enum Operator { ADD, SUBTRACT };
histogram_samples.cc 212 void HistogramSamples::Subtract(const HistogramSamples& other) {
215 bool success = AddSubtractImpl(it.get(), SUBTRACT);
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java 855 Method subtract = binaryOpMethod(int.class, int.class, BinaryOp.SUBTRACT); local
904 Method subtract = binaryOpMethod(long.class, long.class, BinaryOp.SUBTRACT); local
956 Method subtract = binaryOpMethod(float.class, float.class, BinaryOp.SUBTRACT); local
976 Method subtract = binaryOpMethod(double.class, double.class, BinaryOp.SUBTRACT); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_dump.c 206 D3DTOP_TO_STR_CASE(SUBTRACT);
  /external/proguard/lib/
proguard.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
hsqldb.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1002 milliseconds