HomeSort by relevance Sort by last modified time
    Searched refs:inA (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c 981 void * inA, * inB;
987 inA = (void *)&spec_sp_fargs[a_idx];
990 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.c     [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part3.c 981 void * inA, * inB;
987 inA = (void *)&spec_sp_fargs[a_idx];
990 memcpy(((void *)&vec_inA) + (i * 4), inA, 4);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 641 static int TTransformSSE2(const uint8_t* inA, const uint8_t* inB,
649 const __m128i inA_0 = _mm_loadl_epi64((__m128i*)&inA[BPS * 0]);
650 const __m128i inA_1 = _mm_loadl_epi64((__m128i*)&inA[BPS * 1]);
651 const __m128i inA_2 = _mm_loadl_epi64((__m128i*)&inA[BPS * 2]);
652 const __m128i inA_3 = _mm_loadl_epi64((__m128i*)&inA[BPS * 3]);
658 // Combine inA and inB (we'll do two transforms in parallel).
750 // Separate the transforms of inA and inB.
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 641 static int TTransformSSE2(const uint8_t* inA, const uint8_t* inB,
649 const __m128i inA_0 = _mm_loadl_epi64((__m128i*)&inA[BPS * 0]);
650 const __m128i inA_1 = _mm_loadl_epi64((__m128i*)&inA[BPS * 1]);
651 const __m128i inA_2 = _mm_loadl_epi64((__m128i*)&inA[BPS * 2]);
652 const __m128i inA_3 = _mm_loadl_epi64((__m128i*)&inA[BPS * 3]);
658 // Combine inA and inB (we'll do two transforms in parallel).
750 // Separate the transforms of inA and inB.
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 240 Dex.Section inA = aSection.exists() ? dexA.open(aSection.off) : null;
252 aOffset = inA.getPosition();
253 a = read(inA, aIndexMap, aIndex);
    [all...]

Completed in 262 milliseconds