HomeSort by relevance Sort by last modified time
    Searched defs:B0 (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
termbits.h 144 #define B0 0000000
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
termbits.h 142 #define B0 0000000
  /art/compiler/utils/arm/
assembler_arm.h 362 B0 = 1,
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 309 const __m128i B0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(c2), zero);
310 const __m128i A1 = _mm_sub_epi16(A0, B0);
311 const __m128i BgtA = _mm_cmpgt_epi16(B0, A0);
324 const __m128i B0 = _mm_cvtsi32_si128(b);
328 const __m128i BC0 = _mm_subs_epu8(B0, C0);
329 const __m128i CB0 = _mm_subs_epu8(C0, B0);
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 532 // B0 = 53 43 52 42 51 41 50 40 13 03 12 02 11 01 10 00
534 const __m128i B0 = _mm_unpacklo_epi8(A0, A1);
539 const __m128i C0 = _mm_unpacklo_epi16(B0, B1);
540 const __m128i C1 = _mm_unpackhi_epi16(B0, B1);
566 // p0 = f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
572 // p1 = f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
603 // p1 = f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
620 // p1 = b3 b2 b1 b0 a3 a2 a1 a0 93 92 91 90 83 82 81 80
    [all...]
enc_sse2.c 474 const __m128i B0 = _mm_adds_epi16(A01, A23); // a0 | a1 | ...
476 const __m128i C0 = _mm_unpacklo_epi32(B0, B1); // a0 | a1 | a3 | a2
477 const __m128i C1 = _mm_unpacklo_epi32(B1, B0); // a3 | a2 | a0 | a1
495 const __m128i b0 = _mm_srai_epi32(_mm_add_epi32(a0, a1), 1); local
499 const __m128i out0 = _mm_packs_epi32(b0, b1);
1051 const __m128i b0 = _mm_loadu_si128((const __m128i*)&b[BPS * 0]); local
1084 const __m128i b0 = LOAD_8x16b(&b[BPS * 0]); local
1112 const __m128i b0 = _mm_loadl_epi64((const __m128i*)&b[BPS * 0]); local
1202 const __m128i b0 = _mm_add_epi16(a0, a1); local
1249 const __m128i b0 = _mm_add_epi16(a0, a1); local
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/v8/src/arm/
constants-arm.h 186 B0 = 1 << 0,
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 495 llvm::Value *B0 = Builder.CreateMul(Builder.CreateXor(High, A1), KMul);
496 llvm::Value *B1 = Builder.CreateXor(Builder.CreateLShr(B0, K47), B0);
    [all...]
  /external/robolectric/v3/libs/
sqlite4java-0.282.jar 
  /prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
sqlite4java-0.282.jar 
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
Annotations57649Test.java     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 3680 milliseconds

1 2 3 45