/external/icu4c/test/perf/perldriver/ |
D | Dataset.pm | 71 sub divide { subroutine
|
/external/proguard/src/proguard/evaluation/value/ |
D | FloatValue.java | 96 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
|
D | DoubleValue.java | 96 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
|
D | SpecificDoubleValue.java | 80 public DoubleValue divide(DoubleValue other) in divide() method in SpecificDoubleValue 134 public DoubleValue divide(SpecificDoubleValue other) in divide() method in SpecificDoubleValue
|
D | SpecificFloatValue.java | 80 public FloatValue divide(FloatValue other) in divide() method in SpecificFloatValue 134 public FloatValue divide(SpecificFloatValue other) in divide() method in SpecificFloatValue
|
D | ParticularDoubleValue.java | 100 public DoubleValue divide(DoubleValue other) in divide() method in ParticularDoubleValue 154 public DoubleValue divide(ParticularDoubleValue other) in divide() method in ParticularDoubleValue
|
D | ParticularFloatValue.java | 100 public FloatValue divide(FloatValue other) in divide() method in ParticularFloatValue 154 public FloatValue divide(ParticularFloatValue other) in divide() method in ParticularFloatValue
|
D | LongValue.java | 112 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
|
D | SpecificLongValue.java | 80 public LongValue divide(LongValue other) in divide() method in SpecificLongValue 172 public LongValue divide(SpecificLongValue other) in divide() method in SpecificLongValue
|
D | ParticularLongValue.java | 100 public LongValue divide(LongValue other) in divide() method in ParticularLongValue 188 public LongValue divide(ParticularLongValue other) in divide() method in ParticularLongValue
|
D | UnknownFloatValue.java | 80 public FloatValue divide(FloatValue other) in divide() method in UnknownFloatValue
|
D | UnknownDoubleValue.java | 80 public DoubleValue divide(DoubleValue other) in divide() method in UnknownDoubleValue
|
D | IntegerValue.java | 111 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
|
D | UnknownLongValue.java | 81 public LongValue divide(LongValue other) in divide() method in UnknownLongValue
|
D | SpecificIntegerValue.java | 95 public IntegerValue divide(IntegerValue other) in divide() method in SpecificIntegerValue 227 public IntegerValue divide(SpecificIntegerValue other) in divide() method in SpecificIntegerValue
|
D | ParticularIntegerValue.java | 127 public IntegerValue divide(IntegerValue other) in divide() method in ParticularIntegerValue 255 public IntegerValue divide(ParticularIntegerValue other) in divide() method in ParticularIntegerValue
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | SimpleBigDecimal.java | 126 public SimpleBigDecimal divide(SimpleBigDecimal b) in divide() method in SimpleBigDecimal 133 public SimpleBigDecimal divide(BigInteger b) in divide() method in SimpleBigDecimal
|
D | ECFieldElement.java | 16 public abstract ECFieldElement divide(ECFieldElement b); in divide() method in ECFieldElement 85 public ECFieldElement divide(ECFieldElement b) in divide() method in ECFieldElement.Fp 1018 public ECFieldElement divide(final ECFieldElement b) in divide() method in ECFieldElement.F2m
|
/external/guava/guava/src/com/google/common/primitives/ |
D | UnsignedInteger.java | 137 public UnsignedInteger divide(UnsignedInteger val) { in divide() method in UnsignedInteger
|
D | UnsignedLong.java | 134 public UnsignedLong divide(UnsignedLong val) { in divide() method in UnsignedLong
|
D | UnsignedInts.java | 176 public static int divide(int dividend, int divisor) { in divide() method in UnsignedInts
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Vector2.java | 65 public final void divide(float magnitude) { in divide() method in Vector2
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | TexturePixel.java | 261 public void divide(float value) { in divide() method in TexturePixel
|
/external/e2fsprogs/intl/ |
D | plural-exp.h | 46 divide, /* Division. */ enumerator
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Vector4f.java | 515 public Vector4f divide(float scalar) { in divide() method in Vector4f 546 public Vector4f divide(Vector4f scalar) { in divide() method in Vector4f
|