Searched defs:divide (Results 26 - 46 of 46) sorted by relevance

12

/external/proguard/src/proguard/evaluation/value/
H A DUnknownIntegerValue.java97 public IntegerValue divide(IntegerValue other) method in class:UnknownIntegerValue
H A DUnknownLongValue.java81 public LongValue divide(LongValue other) method in class:UnknownLongValue
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java16 public abstract ECFieldElement divide(ECFieldElement b); method in class:ECFieldElement
85 public ECFieldElement divide(ECFieldElement b) method in class:ECFieldElement.Fp
179 // BigInteger legendreExponent = qMinusOne.shiftRight(1); //divide(ECConstants.TWO);
196 // BigInteger n1 = qMinusOne.shiftRight(2); //.divide(ECConstants.FOUR);
197 // BigInteger n2 = n1.add(ECConstants.ONE); //q.add(ECConstants.THREE).divide(ECConstants.FOUR);
217 // n = n.shiftRight(1);//divide(ECConstants.TWO);
593 // public ECFieldElement divide(final ECFieldElement b)
1018 public ECFieldElement divide(final ECFieldElement b) method in class:ECFieldElement.F2m
/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c251 static int divide(void *a, void *b, void *c, void *d) function
424 &divide,
H A Dltm_desc.c263 static int divide(void *a, void *b, void *c, void *d) function
430 &divide,
H A Dtfm_desc.c271 static int divide(void *a, void *b, void *c, void *d) function
718 &divide,
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTexturePixel.java261 public void divide(float value) { method in class:TexturePixel
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S205 movs r3,r3,lsr #20 @ divide by 1024*1024 to get M
336 lsrs r3,r2,#1 @ divide by 2
385 bl divide @ Q=r7,$0, R=r8,$1
388 adds r3,r7,#0 @ move Q in for next divide, update flags
402 @ Divide - because ARM has no hardware int divide
409 divide: label
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DVector2f.java407 * <code>divide</code> divides the values of this vector by a scalar and
411 * the value to divide this vectors attributes by.
414 public Vector2f divide(float scalar) { method in class:Vector2f
545 return divide(length);
548 return divide(1);
H A DVector3f.java571 * <code>divide</code> divides the values of this vector by a scalar and
575 * the value to divide this vectors attributes by.
578 public Vector3f divide(float scalar) { method in class:Vector3f
602 * <code>divide</code> divides the values of this vector by a scalar and
606 * the value to divide this vectors attributes by.
609 public Vector3f divide(Vector3f scalar) { method in class:Vector3f
752 // return divide(length);
755 // return divide(1);
H A DVector4f.java508 * <code>divide</code> divides the values of this vector by a scalar and
512 * the value to divide this vectors attributes by.
515 public Vector4f divide(float scalar) { method in class:Vector4f
539 * <code>divide</code> divides the values of this vector by a scalar and
543 * the value to divide this vectors attributes by.
546 public Vector4f divide(Vector4f scalar) { method in class:Vector4f
698 // return divide(length);
701 // return divide(1);
/external/v8/benchmarks/
H A Dcrypto.js74 // am1: use a single mult and divide to get the high bits,
450 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
1062 this.mu = this.r2.divide(m);
1326 BigInteger.prototype.divide = bnDivide;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js66 // am1: use a single mult and divide to get the high bits,
442 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
1054 this.mu = this.r2.divide(m);
1318 BigInteger.prototype.divide = bnDivide;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js66 // am1: use a single mult and divide to get the high bits,
442 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
1054 this.mu = this.r2.divide(m);
1318 BigInteger.prototype.divide = bnDivide;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js66 // am1: use a single mult and divide to get the high bits,
442 // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20)
1054 this.mu = this.r2.divide(m);
1318 BigInteger.prototype.divide = bnDivide;
/external/proguard/lib/
H A Dproguard.jar ... SUBTRACT public static final byte MULTIPLY public static final byte DIVIDE public static final byte REMAINDER public static final byte SHIFT_LEFT ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 2543 milliseconds

12