Searched defs:subtract (Results 1 - 22 of 22) sorted by relevance

/external/chromium/third_party/icu/source/test/perf/perldriver/
H A DDataset.pm89 sub subtract { subroutine
/external/icu4c/test/perf/perldriver/
H A DDataset.pm89 sub subtract { subroutine
/external/proguard/src/proguard/evaluation/value/
H A DDoubleValue.java81 public abstract DoubleValue subtract(DoubleValue other); method in class:DoubleValue
155 public DoubleValue subtract(SpecificDoubleValue other) method in class:DoubleValue
157 return subtract((DoubleValue)other);
258 public DoubleValue subtract(ParticularDoubleValue other) method in class:DoubleValue
260 return subtract((SpecificDoubleValue)other);
H A DFloatValue.java81 public abstract FloatValue subtract(FloatValue other); method in class:FloatValue
155 public FloatValue subtract(SpecificFloatValue other) method in class:FloatValue
157 return subtract((FloatValue)other);
258 public FloatValue subtract(ParticularFloatValue other) method in class:FloatValue
260 return subtract((SpecificFloatValue)other);
H A DParticularDoubleValue.java85 public DoubleValue subtract(DoubleValue other) method in class:ParticularDoubleValue
92 return value == 0.0 ? other : other.subtract(this);
139 public DoubleValue subtract(ParticularDoubleValue other) method in class:ParticularDoubleValue
H A DParticularFloatValue.java85 public FloatValue subtract(FloatValue other) method in class:ParticularFloatValue
92 return value == 0.0 ? other : other.subtract(this);
139 public FloatValue subtract(ParticularFloatValue other) method in class:ParticularFloatValue
H A DSpecificDoubleValue.java65 public DoubleValue subtract(DoubleValue other) method in class:SpecificDoubleValue
72 return other.subtract(this);
119 public DoubleValue subtract(SpecificDoubleValue other) method in class:SpecificDoubleValue
H A DSpecificFloatValue.java65 public FloatValue subtract(FloatValue other) method in class:SpecificFloatValue
72 return other.subtract(this);
119 public FloatValue subtract(SpecificFloatValue other) method in class:SpecificFloatValue
H A DUnknownDoubleValue.java65 public DoubleValue subtract(DoubleValue other) method in class:UnknownDoubleValue
H A DUnknownFloatValue.java65 public FloatValue subtract(FloatValue other) method in class:UnknownFloatValue
H A DIntegerValue.java95 public abstract IntegerValue subtract(IntegerValue other); method in class:IntegerValue
272 public IntegerValue subtract(UnknownIntegerValue other) method in class:IntegerValue
274 return subtract((IntegerValue)other);
516 public IntegerValue subtract(SpecificIntegerValue other) method in class:IntegerValue
518 return subtract((IntegerValue)other);
760 public IntegerValue subtract(ParticularIntegerValue other) method in class:IntegerValue
762 return subtract((SpecificIntegerValue)other);
H A DLongValue.java87 public LongValue subtract(LongValue other) method in class:LongValue
97 return other.subtract(this);
244 public LongValue subtract(SpecificLongValue other) method in class:LongValue
400 public LongValue subtract(ParticularLongValue other) method in class:LongValue
402 return subtract((SpecificLongValue)other);
H A DParticularIntegerValue.java112 public IntegerValue subtract(IntegerValue other) method in class:ParticularIntegerValue
119 return other.subtract(this);
240 public IntegerValue subtract(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DParticularLongValue.java85 public LongValue subtract(LongValue other) method in class:ParticularLongValue
92 return other.subtract(this);
173 public LongValue subtract(ParticularLongValue other) method in class:ParticularLongValue
H A DSpecificIntegerValue.java80 public IntegerValue subtract(IntegerValue other) method in class:SpecificIntegerValue
87 return other.subtract(this);
208 public IntegerValue subtract(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DSpecificLongValue.java65 public LongValue subtract(LongValue other) method in class:SpecificLongValue
72 return other.subtract(this);
153 public LongValue subtract(SpecificLongValue other) method in class:SpecificLongValue
H A DUnknownIntegerValue.java81 public IntegerValue subtract(IntegerValue other) method in class:UnknownIntegerValue
H A DUnknownLongValue.java65 public LongValue subtract(LongValue other) method in class:UnknownLongValue
/external/v8/benchmarks/
H A Dcrypto.js1233 if(d.compareTo(m) >= 0) return d.subtract(m);
1263 var n1 = this.subtract(BigInteger.ONE);
1324 BigInteger.prototype.subtract = bnSubtract;
1602 if(this.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrime(10)) break;
1606 if(this.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrime(10)) break;
1613 var p1 = this.p.subtract(BigInteger.ONE);
1614 var q1 = this.q.subtract(BigInteger.ONE);
1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/external/webkit/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1225 if(d.compareTo(m) >= 0) return d.subtract(m);
1255 var n1 = this.subtract(BigInteger.ONE);
1316 BigInteger.prototype.subtract = bnSubtract;
1594 if(this.p.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.p.isProbablePrime(10)) break;
1598 if(this.q.subtract(BigInteger.ONE).gcd(ee).compareTo(BigInteger.ONE) == 0 && this.q.isProbablePrime(10)) break;
1605 var p1 = this.p.subtract(BigInteger.ONE);
1606 var q1 = this.q.subtract(BigInteger.ONE);
1630 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/external/proguard/lib/
H A Dproguard.jar ... SpecificIntegerValue { public static final byte ADD public static final byte SUBTRACT public static final byte MULTIPLY public static final byte DIVIDE ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 453 milliseconds