HomeSort by relevance Sort by last modified time
    Searched defs:shiftRight (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpDec.java 265 shiftRight();
Dfp.java 673 /* Note that shiftRight() does not call round() as that round() itself
674 uses shiftRight() */
677 protected void shiftRight() {
731 shiftRight();
    [all...]
  /external/proguard/src/proguard/evaluation/value/
SpecificLongValue.java 109 public LongValue shiftRight(IntegerValue other)
201 public LongValue shiftRight(SpecificLongValue other)
UnknownLongValue.java 110 public LongValue shiftRight(IntegerValue other)
IntegerValue.java 142 public abstract IntegerValue shiftRight(IntegerValue other);
340 public IntegerValue shiftRight(UnknownIntegerValue other)
342 return shiftRight((IntegerValue)other);
584 public IntegerValue shiftRight(SpecificIntegerValue other)
586 return shiftRight((IntegerValue)other);
828 public IntegerValue shiftRight(ParticularIntegerValue other)
830 return shiftRight((SpecificIntegerValue)other);
LongValue.java 158 public LongValue shiftRight(IntegerValue other)
312 public LongValue shiftRight(SpecificLongValue other)
468 public LongValue shiftRight(ParticularIntegerValue other)
470 return shiftRight((SpecificIntegerValue)other);
ParticularIntegerValue.java 161 public IntegerValue shiftRight(IntegerValue other)
168 return other.shiftRight(this);
188 return other.shiftRight(this);
284 public IntegerValue shiftRight(ParticularIntegerValue other)
ParticularLongValue.java 129 public LongValue shiftRight(IntegerValue other)
217 public LongValue shiftRight(ParticularIntegerValue other)
SpecificIntegerValue.java 129 public IntegerValue shiftRight(IntegerValue other)
136 return other.shiftRight(this);
156 return other.shiftRight(this);
256 public IntegerValue shiftRight(SpecificIntegerValue other)
UnknownIntegerValue.java 131 public IntegerValue shiftRight(IntegerValue other)
  /external/llvm/lib/Support/
APFloat.cpp 366 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits)
1055 lf = shiftRight(fullSignificand, significantParts, bits);
    [all...]
  /libcore/luni/src/main/java/java/math/
BitLevel.java 135 /** @see BigInteger#shiftRight(int) */
136 static BigInteger shiftRight(BigInteger source, int count) {
147 shiftRight(resDigits, resLength, source.digits, intCount, count);
185 static boolean shiftRight(int[] result, int resultLen, int[] source, int intCount, int count) {
BigInteger.java 465 public BigInteger shiftRight(int n) {
496 return BitLevel.shiftRight(this, -n);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 165 int m = shiftRight(x) >> 8;
171 int m = shiftRight(x, z) >> 8;
193 static int shiftRight(int[] x)
218 static int shiftRight(int[] x, int[] z)
243 static long shiftRight(long[] x)
253 static long shiftRight(long[] x, long[] z)
  /external/swiftshader/third_party/LLVM/lib/Support/
APFloat.cpp 374 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits)
950 lf = shiftRight(fullSignificand, significantParts, bits);
1069 return shiftRight(significandParts(), partCount(), bits);
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 629 shiftRight(Shift);
635 void shiftRight(int32_t Shift);
839 shiftRight(-Shift);
864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) {
  /external/crcalc/src/com/hp/creals/
CR.java 321 if (n < 0) return k.shiftRight(-n);
331 return adj_k.shiftRight(1);
766 public CR shiftRight(int n) {
857 CR square_root = shiftRight(1).exp();
872 static CR half_pi = PI.shiftRight(1);
    [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DexMakerTest.java     [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /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 

Completed in 829 milliseconds

1 2 3