HomeSort by relevance Sort by last modified time
    Searched full:shift_left (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
BinaryOp.java 31 * #SHIFT_LEFT}, {@link #SHIFT_RIGHT}, {@link #UNSIGNED_SHIFT_RIGHT}) support
105 SHIFT_LEFT() {
  /external/libvpx/libvpx/vp9/encoder/x86/
temporal_filter_sse4.c 60 const __m128i shift_left = _mm_slli_si128(diff_sq_u16, 2); local
68 __m128i sum_u16 = _mm_adds_epu16(diff_sq_u16, shift_left);
90 __m128i shift_left = _mm_slli_si128(diff_sq_0_u16, 2); local
94 __m128i sum_u16 = _mm_adds_epu16(diff_sq_0_u16, shift_left);
99 shift_left = _mm_alignr_epi8(diff_sq_1_u16, diff_sq_0_u16, 14);
102 sum_u16 = _mm_adds_epu16(diff_sq_1_u16, shift_left);
  /external/llvm/test/CodeGen/Mips/
micromips-shift.ll 11 define i32 @shift_left() nounwind {
  /frameworks/base/data/keyboards/
Vendor_18d1_Product_5018.kl 63 key 42 SHIFT_LEFT
Vendor_05ac_Product_0239.kl 65 key 42 SHIFT_LEFT
Vendor_22b8_Product_093d.kl 60 key 42 SHIFT_LEFT
qwerty.kl 99 key 42 SHIFT_LEFT
Vendor_046d_Product_c532.kl 68 key 42 SHIFT_LEFT
Generic.kl 64 key 42 SHIFT_LEFT
  /external/proguard/src/proguard/evaluation/value/
SpecificIntegerValue.java 253 return new CompositeIntegerValue(this, CompositeIntegerValue.SHIFT_LEFT, other);
268 return new CompositeIntegerValue(other, CompositeIntegerValue.SHIFT_LEFT, this);
283 return new CompositeLongValue(other, CompositeLongValue.SHIFT_LEFT, this);
CompositeIntegerValue.java 36 public static final byte SHIFT_LEFT = '<';
CompositeLongValue.java 36 public static final byte SHIFT_LEFT = '<';
SpecificLongValue.java 198 return new CompositeLongValue(this, CompositeLongValue.SHIFT_LEFT, other);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 771 Attribute.Zext -> Int32.shift_left 1l 0
772 | Attribute.Sext -> Int32.shift_left 1l 1
773 | Attribute.Noreturn -> Int32.shift_left 1l 2
774 | Attribute.Inreg -> Int32.shift_left 1l 3
775 | Attribute.Structret -> Int32.shift_left 1l 4
776 | Attribute.Nounwind -> Int32.shift_left 1l 5
777 | Attribute.Noalias -> Int32.shift_left 1l 6
778 | Attribute.Byval -> Int32.shift_left 1l 7
779 | Attribute.Nest -> Int32.shift_left 1l 8
780 | Attribute.Readnone -> Int32.shift_left 1l
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 656 Attribute.Zext -> Int32.shift_left 1l 0
657 | Attribute.Sext -> Int32.shift_left 1l 1
658 | Attribute.Noreturn -> Int32.shift_left 1l 2
659 | Attribute.Inreg -> Int32.shift_left 1l 3
660 | Attribute.Structret -> Int32.shift_left 1l 4
661 | Attribute.Nounwind -> Int32.shift_left 1l 5
662 | Attribute.Noalias -> Int32.shift_left 1l 6
663 | Attribute.Byval -> Int32.shift_left 1l 7
664 | Attribute.Nest -> Int32.shift_left 1l 8
665 | Attribute.Readnone -> Int32.shift_left 1l
    [all...]
  /device/linaro/hikey/
common.kl 101 key 42 SHIFT_LEFT
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 91 private static final int SHIFT_LEFT = 0;
214 shiftCurrentTerminal(SHIFT_LEFT);
370 shiftCurrentTerminal(SHIFT_LEFT);
843 if (direction == SHIFT_LEFT) {
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 101 DEFINE_KEYCODE(SHIFT_LEFT),
  /external/skia/src/core/
SkMipMap.cpp 107 template <typename T> T shift_left(const T& x, int bits) { function
111 Sk4f shift_left(const Sk4f& x, int bits) { function
300 auto b = shift_left(add_121(b0, b1, b2), 1);
  /device/asus/fugu/
Generic.kl 64 key 42 SHIFT_LEFT
  /device/google/atv/
Generic.kl 64 key 42 SHIFT_LEFT
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc     [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 4988 vixl32::Register shift_left = RegisterFrom(locations->GetTemp(1)); local
    [all...]
  /external/Microsoft-GSL/gsl/
multi_span 517 constexpr Ret shift_left(const index<Rank>& other) noexcept
781 return {details::shift_left(m_extents), details::shift_left(m_strides)};
    [all...]
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp     [all...]

Completed in 1144 milliseconds

1 2 3 4