Home
last modified time | relevance | path

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

12

/external/proguard/src/proguard/evaluation/value/
DLongValue.java158 public LongValue shiftRight(IntegerValue other) in shiftRight() method in LongValue
312 public LongValue shiftRight(SpecificLongValue other) in shiftRight() method in LongValue
468 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight() method in LongValue
DSpecificLongValue.java109 public LongValue shiftRight(IntegerValue other) in shiftRight() method in SpecificLongValue
201 public LongValue shiftRight(SpecificLongValue other) in shiftRight() method in SpecificLongValue
DParticularLongValue.java129 public LongValue shiftRight(IntegerValue other) in shiftRight() method in ParticularLongValue
217 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight() method in ParticularLongValue
DIntegerValue.java142 public abstract IntegerValue shiftRight(IntegerValue other); in shiftRight() method in IntegerValue
340 public IntegerValue shiftRight(UnknownIntegerValue other) in shiftRight() method in IntegerValue
584 public IntegerValue shiftRight(SpecificIntegerValue other) in shiftRight() method in IntegerValue
828 public IntegerValue shiftRight(ParticularIntegerValue other) in shiftRight() method in IntegerValue
DSpecificIntegerValue.java129 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in SpecificIntegerValue
256 public IntegerValue shiftRight(SpecificIntegerValue other) in shiftRight() method in SpecificIntegerValue
DParticularIntegerValue.java161 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in ParticularIntegerValue
284 public IntegerValue shiftRight(ParticularIntegerValue other) in shiftRight() method in ParticularIntegerValue
DUnknownLongValue.java110 public LongValue shiftRight(IntegerValue other) in shiftRight() method in UnknownLongValue
DUnknownIntegerValue.java131 public IntegerValue shiftRight(IntegerValue other) in shiftRight() method in UnknownIntegerValue
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_ByteArrayBCD.java84 protected void shiftRight(int numDigits) { in shiftRight() method in DecimalQuantity_ByteArrayBCD
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_ByteArrayBCD.java87 protected void shiftRight(int numDigits) { in shiftRight() method in DecimalQuantity_ByteArrayBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java137 protected void shiftRight(int numDigits) { in shiftRight() method in DecimalQuantity_DualStorageBCD
DDecimalQuantity_AbstractBCD.java1190 protected abstract void shiftRight(int numDigits); in shiftRight() method in DecimalQuantity_AbstractBCD
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java139 protected void shiftRight(int numDigits) { in shiftRight() method in DecimalQuantity_DualStorageBCD
DDecimalQuantity_AbstractBCD.java1192 protected abstract void shiftRight(int numDigits); in shiftRight() method in DecimalQuantity_AbstractBCD
/external/llvm/include/llvm/Support/
DScaledNumber.h864 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight() function
/external/llvm-project/llvm/include/llvm/Support/
DScaledNumber.h863 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h863 template <class DigitsT> void ScaledNumber<DigitsT>::shiftRight(int32_t Shift) { in shiftRight() function
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java581 private Const.Value shiftRight(int position, Const.Value a, Const.Value b) { in shiftRight() method in ConstEvaluator
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp1021 void DecimalQuantity::shiftRight(int32_t numDigits) { in shiftRight() function in DecimalQuantity
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java677 protected void shiftRight() { in shiftRight() method in Dfp
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java891 Method shiftRight = binaryOpMethod(int.class, int.class, BinaryOp.SHIFT_RIGHT); in testIntBinaryOps() local
943 Method shiftRight = binaryOpMethod(long.class, int.class, BinaryOp.SHIFT_RIGHT); in testLongBinaryOps() local
/external/crcalc/src/com/hp/creals/
DCR.java806 public CR shiftRight(int n) { in shiftRight() method in CR
/external/llvm/lib/Support/
DAPFloat.cpp366 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight() function
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp1462 …const bool shiftRight = sectShader && maxTTest && (0 == (startPos.y() & 1)) && (0 == (startPos.x(… in initBottomAccelerationStructure() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp493 shiftRight(APFloatBase::integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight() function

12