Home
last modified time | relevance | path

Searched defs:divide (Results 1 – 25 of 53) sorted by relevance

123

/external/proguard/src/proguard/evaluation/value/
DFloatValue.java96 public abstract FloatValue divide(FloatValue other); in divide() method in FloatValue
179 public FloatValue divide(SpecificFloatValue other) in divide() method in FloatValue
282 public FloatValue divide(ParticularFloatValue other) in divide() method in FloatValue
DDoubleValue.java96 public abstract DoubleValue divide(DoubleValue other); in divide() method in DoubleValue
179 public DoubleValue divide(SpecificDoubleValue other) in divide() method in DoubleValue
282 public DoubleValue divide(ParticularDoubleValue other) in divide() method in DoubleValue
DSpecificDoubleValue.java80 public DoubleValue divide(DoubleValue other) in divide() method in SpecificDoubleValue
134 public DoubleValue divide(SpecificDoubleValue other) in divide() method in SpecificDoubleValue
DSpecificFloatValue.java80 public FloatValue divide(FloatValue other) in divide() method in SpecificFloatValue
134 public FloatValue divide(SpecificFloatValue other) in divide() method in SpecificFloatValue
DParticularDoubleValue.java106 public DoubleValue divide(DoubleValue other) in divide() method in ParticularDoubleValue
163 public DoubleValue divide(ParticularDoubleValue other) in divide() method in ParticularDoubleValue
DParticularFloatValue.java106 public FloatValue divide(FloatValue other) in divide() method in ParticularFloatValue
163 public FloatValue divide(ParticularFloatValue other) in divide() method in ParticularFloatValue
DLongValue.java112 public LongValue divide(LongValue other) in divide() method in LongValue
269 public LongValue divide(SpecificLongValue other) in divide() method in LongValue
425 public LongValue divide(ParticularLongValue other) in divide() method in LongValue
DSpecificLongValue.java80 public LongValue divide(LongValue other) in divide() method in SpecificLongValue
172 public LongValue divide(SpecificLongValue other) in divide() method in SpecificLongValue
DParticularLongValue.java100 public LongValue divide(LongValue other) in divide() method in ParticularLongValue
188 public LongValue divide(ParticularLongValue other) in divide() method in ParticularLongValue
DUnknownFloatValue.java80 public FloatValue divide(FloatValue other) in divide() method in UnknownFloatValue
DUnknownDoubleValue.java80 public DoubleValue divide(DoubleValue other) in divide() method in UnknownDoubleValue
DIntegerValue.java111 public abstract IntegerValue divide(IntegerValue other) in divide() method in IntegerValue
297 public IntegerValue divide(UnknownIntegerValue other) in divide() method in IntegerValue
541 public IntegerValue divide(SpecificIntegerValue other) in divide() method in IntegerValue
785 public IntegerValue divide(ParticularIntegerValue other) in divide() method in IntegerValue
DSpecificIntegerValue.java95 public IntegerValue divide(IntegerValue other) in divide() method in SpecificIntegerValue
227 public IntegerValue divide(SpecificIntegerValue other) in divide() method in SpecificIntegerValue
DUnknownLongValue.java81 public LongValue divide(LongValue other) in divide() method in UnknownLongValue
DParticularIntegerValue.java127 public IntegerValue divide(IntegerValue other) in divide() method in ParticularIntegerValue
255 public IntegerValue divide(ParticularIntegerValue other) in divide() method in ParticularIntegerValue
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
DDataset.pm71 sub divide { subroutine
/external/icu/icu4c/source/test/perf/perldriver/
DDataset.pm71 sub divide { subroutine
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java126 public SimpleBigDecimal divide(SimpleBigDecimal b) in divide() method in SimpleBigDecimal
133 public SimpleBigDecimal divide(BigInteger b) in divide() method in SimpleBigDecimal
DECFieldElement.java19 public abstract ECFieldElement divide(ECFieldElement b); in divide() method in ECFieldElement
176 public ECFieldElement divide(ECFieldElement b) in divide() method in ECFieldElement.Fp
1195 public ECFieldElement divide(final ECFieldElement b) in divide() method in ECFieldElement.F2m
/external/chromium_org/third_party/skia/experimental/
DSkSetPoly3To3_A.cpp18 static SkScalar divide(SkDScalar numer, SkDScalar denom) { in divide() function
/external/replicaisland/src/com/replica/replicaisland/
DVector2.java65 public final void divide(float magnitude) { in divide() method in Vector2
/external/guava/guava/src/com/google/common/primitives/
DUnsignedInteger.java137 public UnsignedInteger divide(UnsignedInteger val) { in divide() method in UnsignedInteger
DUnsignedLong.java134 public UnsignedLong divide(UnsignedLong val) { in divide() method in UnsignedLong
DUnsignedInts.java176 public static int divide(int dividend, int divisor) { in divide() method in UnsignedInts
/external/skia/experimental/
DSkSetPoly3To3_A.cpp18 static SkScalar divide(SkDScalar numer, SkDScalar denom) { in divide() function

123