Searched defs:shiftRight (Results 1 - 25 of 25) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java165 int m = shiftRight(x) >> 8;
171 int m = shiftRight(x, z) >> 8;
193 static int shiftRight(int[] x) method in class:GCMUtil
218 static int shiftRight(int[] x, int[] z) method in class:GCMUtil
243 static long shiftRight(long[] x) method in class:GCMUtil
253 static long shiftRight(long[] x, long[] z) method in class:GCMUtil
/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java142 public abstract IntegerValue shiftRight(IntegerValue other); method in class:IntegerValue
340 public IntegerValue shiftRight(UnknownIntegerValue other) method in class:IntegerValue
342 return shiftRight((IntegerValue)other);
584 public IntegerValue shiftRight(SpecificIntegerValue other) method in class:IntegerValue
586 return shiftRight((IntegerValue)other);
828 public IntegerValue shiftRight(ParticularIntegerValue other) method in class:IntegerValue
830 return shiftRight((SpecificIntegerValue)other);
H A DLongValue.java158 public LongValue shiftRight(IntegerValue other) method in class:LongValue
312 public LongValue shiftRight(SpecificLongValue other) method in class:LongValue
468 public LongValue shiftRight(ParticularIntegerValue other) method in class:LongValue
470 return shiftRight((SpecificIntegerValue)other);
H A DParticularIntegerValue.java161 public IntegerValue shiftRight(IntegerValue other) method in class:ParticularIntegerValue
168 return other.shiftRight(this);
188 return other.shiftRight(this);
284 public IntegerValue shiftRight(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DParticularLongValue.java129 public LongValue shiftRight(IntegerValue other) method in class:ParticularLongValue
217 public LongValue shiftRight(ParticularIntegerValue other) method in class:ParticularLongValue
H A DSpecificIntegerValue.java129 public IntegerValue shiftRight(IntegerValue other) method in class:SpecificIntegerValue
136 return other.shiftRight(this);
156 return other.shiftRight(this);
256 public IntegerValue shiftRight(SpecificIntegerValue other) method in class:SpecificIntegerValue
H A DSpecificLongValue.java109 public LongValue shiftRight(IntegerValue other) method in class:SpecificLongValue
201 public LongValue shiftRight(SpecificLongValue other) method in class:SpecificLongValue
H A DUnknownIntegerValue.java131 public IntegerValue shiftRight(IntegerValue other) method in class:UnknownIntegerValue
H A DUnknownLongValue.java110 public LongValue shiftRight(IntegerValue other) method in class:UnknownLongValue
/external/llvm/lib/Support/
H A DAPFloat.cpp366 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) function
1055 lf = shiftRight(fullSignificand, significantParts, bits);
1174 return shiftRight(significandParts(), partCount(), bits);
2036 lostFraction = shiftRight(significandParts(), oldPartCount, -shift);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DAPFloat.cpp374 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) function
950 lf = shiftRight(fullSignificand, significantParts, bits);
1069 return shiftRight(significandParts(), partCount(), bits);
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java673 /* Note that shiftRight() does not call round() as that round() itself
674 uses shiftRight() */
677 protected void shiftRight() { method in class:Dfp
731 shiftRight();
1269 result.shiftRight();
1377 shiftRight();
1558 result.shiftRight();
/external/llvm/include/llvm/Support/
H A DScaledNumber.h629 shiftRight(Shift);
635 void shiftRight(int32_t Shift);
839 shiftRight(-Shift);
864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { function in class:llvm::ScaledNumber
/external/crcalc/src/com/hp/creals/
H A DCR.java321 if (n < 0) return k.shiftRight(-n);
331 return adj_k.shiftRight(1);
766 public CR shiftRight(int n) { method in class:CR
857 CR square_root = shiftRight(1).exp();
872 static CR half_pi = PI.shiftRight(1);
891 CR cos_half = shiftRight(1).cos();
951 CR scaled_result = shiftRight(extra_bits).ln();
1178 abs_scaled_divisor.shiftRight(1));
1482 return shifted_result.add(big1).shiftRight(1);
/external/v8/benchmarks/
H A Dcrypto.js1266 var r = n1.shiftRight(k);
1316 BigInteger.prototype.shiftRight = bnShiftRight;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/guice/extensions/persist/lib/
H A Dognl-2.6.7.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/ASTAdd.class ASTAdd.java package ognl ...
/external/guice/extensions/struts2/lib/
H A Dognl-3.0.jarMETA-INF/ META-INF/MANIFEST.MF ognl/ ognl/enhance/ ognl/internal/ ognl/SimpleNode.class SimpleNode ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 548 milliseconds