HomeSort by relevance Sort by last modified time
    Searched refs:shiftLeft (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 99 return ONE.shiftLeft(bitLength).subtract(p);
344 Vh = modReduce(Vh.multiply(Vh).subtract(Qh.shiftLeft(1)));
351 Vl = modReduce(Vl.multiply(Vl).subtract(Ql.shiftLeft(1)));
364 Vl = modReduce(Vl.multiply(Vl).subtract(Ql.shiftLeft(1)));
383 BigInteger _2x = x.shiftLeft(1);
439 BigInteger v = x.subtract(u.shiftLeft(qLen));
  /external/guava/guava/src/com/google/common/math/
BigIntegerMath.java 272 sqrt0 = sqrtApproxWithDoubles(x.shiftRight(shift)).shiftLeft(shift >> 1);
368 return listProduct(bignums).shiftLeft(shift);
DoubleMath.java 188 BigInteger result = BigInteger.valueOf(significand).shiftLeft(exponent - SIGNIFICAND_BITS);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOrTest.java 414 BigInteger r1 = x.and((BigInteger.ZERO.not()).shiftLeft(32));
415 BigInteger r3 = x.and((BigInteger.ZERO.not().shiftLeft(32) ).not());
BigIntegerOperateBitsTest.java 28 * Methods: bitLength, shiftLeft, shiftRight,
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 152 bigValue = bigValue.shiftLeft(7);
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
BigIntegerMath.java 185 return listProduct(bignums).shiftLeft(shift);
  /external/llvm/include/llvm/Support/
ScaledNumber.h 625 shiftLeft(Shift);
634 void shiftLeft(int32_t Shift);
834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) {
870 shiftLeft(-Shift);
  /frameworks/base/core/java/android/security/keymaster/
KeymasterArguments.java 38 private static final BigInteger UINT64_RANGE = BigInteger.ONE.shiftLeft(64);
  /libcore/luni/src/main/java/java/math/
BigInteger.java 466 return shiftLeft(-n);
482 public BigInteger shiftLeft(int n) {
    [all...]
BigDecimal.java     [all...]
  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 189 BigInteger x = ONE.shiftLeft(exponent);
IntMathTest.java 66 BigIntegerMath.log10(BigInteger.ONE.shiftLeft(Integer.SIZE - i), FLOOR),
LongMathTest.java 60 BigIntegerMath.log10(BigInteger.ONE.shiftLeft(Long.SIZE - i), FLOOR),
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 665 protected void shiftLeft() {
733 shiftLeft();
    [all...]
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 43 BigInteger.ONE.shiftLeft(-TEST_PREC).subtract(BigInteger.ONE);
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/v8/benchmarks/
crypto.js 764 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
768 if(this.bitLength() > a) this.subTo(BigInteger.ONE.shiftLeft(a-1),this);
920 var r = BigInteger.ONE.shiftLeft(n);
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 548 milliseconds

12 3 4