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

1 2 3 4 5 6

  /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/icu/android_icu4j/src/main/tests/android/icu/impl/number/
DecimalQuantity_ByteArrayBCD.java 84 protected void shiftRight(int numDigits) {
196 shiftRight(delta);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
DecimalQuantity_ByteArrayBCD.java 81 protected void shiftRight(int numDigits) {
193 shiftRight(delta);
  /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) {
  /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/icu/android_icu4j/src/main/java/android/icu/impl/number/
DecimalQuantity_DualStorageBCD.java 136 protected void shiftRight(int numDigits) {
254 shiftRight(delta);
DecimalQuantity_AbstractBCD.java 761 shiftRight(position);
771 shiftRight(bubblePos); // shift off the trailing 9s
880 protected abstract void shiftRight(int numDigits);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DecimalQuantity_DualStorageBCD.java 134 protected void shiftRight(int numDigits) {
252 shiftRight(delta);
  /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/icu/icu4c/source/i18n/
number_decimalquantity.cpp 630 shiftRight(position);
640 shiftRight(bubblePos); // shift off the trailing 9s
750 void DecimalQuantity::shiftRight(int32_t numDigits) {
846 shiftRight(delta);
  /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) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/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) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/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) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/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) {

Completed in 396 milliseconds

1 2 3 4 5 6