Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
H A DKMUtils.java247 public static void shiftLeft(byte[] buf, short start, short count) { in shiftLeft() method in KMUtils
255 public static void shiftLeft(byte[] buf, short start) { in shiftLeft() method in KMUtils
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
H A DKMUtils.java245 public static void shiftLeft(byte[] buf, short start, short count) { in shiftLeft() method in KMUtils
253 public static void shiftLeft(byte[] buf, short start) { in shiftLeft() method in KMUtils
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java133 public SimpleBigDecimal shiftLeft(int n) in shiftLeft() method in SimpleBigDecimal
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java73 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_ByteArrayBCD
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java133 public SimpleBigDecimal shiftLeft(int n) in shiftLeft() method in SimpleBigDecimal
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java70 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_ByteArrayBCD
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java132 public SimpleBigDecimal shiftLeft(int n) in shiftLeft() method in SimpleBigDecimal
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
H A Drequantization-tester.h436 static inline int64_t shiftLeft(int64_t w, uint32_t n) { in shiftLeft() function
/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h534 shiftLeft() const in shiftLeft() function
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java171 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_DualStorageBCD
H A DDecimalQuantity_AbstractBCD.java1238 protected abstract void shiftLeft(int numDigits); in shiftLeft() method in DecimalQuantity_AbstractBCD
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java169 protected void shiftLeft(int numDigits) { in shiftLeft() method in DecimalQuantity_DualStorageBCD
H A DDecimalQuantity_AbstractBCD.java1236 protected abstract void shiftLeft(int numDigits); in shiftLeft() method in DecimalQuantity_AbstractBCD
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/math/
H A DBigInteger.annotated.java95 … @libcore.util.NonNull public BigInteger shiftLeft(int n) { throw new RuntimeException("Stub!"); } in shiftLeft() method in BigInteger
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java960 Method shiftLeft = binaryOpMethod(int.class, int.class, BinaryOp.SHIFT_LEFT); in testIntBinaryOps() local
1012 Method shiftLeft = binaryOpMethod(long.class, int.class, BinaryOp.SHIFT_LEFT); in testLongBinaryOps() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DScaledNumber.h833 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h833 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DScaledNumber.h834 template <class DigitsT> void ScaledNumber<DigitsT>::shiftLeft(int32_t Shift) { in shiftLeft() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java665 protected void shiftLeft() { in shiftLeft() method in Dfp
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.cpp1135 void DecimalQuantity::shiftLeft(int32_t numDigits) { in shiftLeft() function in DecimalQuantity
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dnumber_decimalquantity.cpp1129 void DecimalQuantity::shiftLeft(int32_t numDigits) { in shiftLeft() function in DecimalQuantity

12345678910>>...17