Home
last modified time | relevance | path

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

12

/external/icu4c/test/perf/perldriver/
DDataset.pm71 sub divide { subroutine
/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.java100 public DoubleValue divide(DoubleValue other) in divide() method in ParticularDoubleValue
154 public DoubleValue divide(ParticularDoubleValue other) in divide() method in ParticularDoubleValue
DParticularFloatValue.java100 public FloatValue divide(FloatValue other) in divide() method in ParticularFloatValue
154 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
DUnknownLongValue.java81 public LongValue divide(LongValue other) in divide() method in UnknownLongValue
DSpecificIntegerValue.java95 public IntegerValue divide(IntegerValue other) in divide() method in SpecificIntegerValue
227 public IntegerValue divide(SpecificIntegerValue other) in divide() method in SpecificIntegerValue
DParticularIntegerValue.java127 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/
DSimpleBigDecimal.java126 public SimpleBigDecimal divide(SimpleBigDecimal b) in divide() method in SimpleBigDecimal
133 public SimpleBigDecimal divide(BigInteger b) in divide() method in SimpleBigDecimal
DECFieldElement.java16 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/
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/replicaisland/src/com/replica/replicaisland/
DVector2.java65 public final void divide(float magnitude) { in divide() method in Vector2
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTexturePixel.java261 public void divide(float value) { in divide() method in TexturePixel
/external/e2fsprogs/intl/
Dplural-exp.h46 divide, /* Division. */ enumerator
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DVector4f.java515 public Vector4f divide(float scalar) { in divide() method in Vector4f
546 public Vector4f divide(Vector4f scalar) { in divide() method in Vector4f

12