Home
last modified time | relevance | path

Searched defs:shiftLeft (Results 1 – 24 of 24) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DLongValue.java150 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in LongValue
304 public LongValue shiftLeft(SpecificLongValue other) in shiftLeft() method in LongValue
460 public LongValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in LongValue
DSpecificLongValue.java104 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in SpecificLongValue
196 public LongValue shiftLeft(SpecificLongValue other) in shiftLeft() method in SpecificLongValue
DParticularLongValue.java124 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in ParticularLongValue
212 public LongValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in ParticularLongValue
DIntegerValue.java137 public abstract IntegerValue shiftLeft(IntegerValue other); in shiftLeft() method in IntegerValue
332 public IntegerValue shiftLeft(UnknownIntegerValue other) in shiftLeft() method in IntegerValue
576 public IntegerValue shiftLeft(SpecificIntegerValue other) in shiftLeft() method in IntegerValue
820 public IntegerValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in IntegerValue
DSpecificIntegerValue.java119 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() method in SpecificIntegerValue
251 public IntegerValue shiftLeft(SpecificIntegerValue other) in shiftLeft() method in SpecificIntegerValue
DUnknownLongValue.java105 public LongValue shiftLeft(IntegerValue other) in shiftLeft() method in UnknownLongValue
DParticularIntegerValue.java151 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() method in ParticularIntegerValue
279 public IntegerValue shiftLeft(ParticularIntegerValue other) in shiftLeft() method in ParticularIntegerValue
DUnknownIntegerValue.java121 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() method in UnknownIntegerValue
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_ByteArrayBCD.java70 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_ByteArrayBCD
/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
DDecimalQuantity_ByteArrayBCD.java73 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_ByteArrayBCD
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DSimpleBigDecimal.java132 public SimpleBigDecimal shiftLeft(int n) in shiftLeft() method in SimpleBigDecimal
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DSimpleBigDecimal.java133 public SimpleBigDecimal shiftLeft(int n) in shiftLeft() method in SimpleBigDecimal
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java122 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_DualStorageBCD
DDecimalQuantity_AbstractBCD.java1092 protected abstract void shiftLeft(int numDigits); in shiftLeft() method in DecimalQuantity_AbstractBCD
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_DualStorageBCD.java120 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_DualStorageBCD
DDecimalQuantity_AbstractBCD.java1090 protected abstract void shiftLeft(int numDigits); in shiftLeft() method in DecimalQuantity_AbstractBCD
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java561 static Const.Value shiftLeft(Const.Value a, Const.Value b) { in shiftLeft() method in ConstEvaluator
/external/llvm/include/llvm/Support/
DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/external/icu/icu4c/source/i18n/
Dnumber_decimalquantity.cpp874 void DecimalQuantity::shiftLeft(int32_t numDigits) { in shiftLeft() function in DecimalQuantity
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java665 protected void shiftLeft() { in shiftLeft() method in Dfp
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java888 Method shiftLeft = binaryOpMethod(int.class, int.class, BinaryOp.SHIFT_LEFT); in testIntBinaryOps() local
940 Method shiftLeft = binaryOpMethod(long.class, int.class, BinaryOp.SHIFT_LEFT); in testLongBinaryOps() local
/external/crcalc/src/com/hp/creals/
DCR.java791 public CR shiftLeft(int n) { in shiftLeft() method in CR
/external/v8/benchmarks/
Dcrypto.js1315 BigInteger.prototype.shiftLeft = bnShiftLeft; method in BigInteger