HomeSort by relevance Sort by last modified time
    Searched full:abs1 (Results 1 - 12 of 12) sorted by null

  /external/llvm/test/CodeGen/ARM/
thumb2-it-block.ll 14 %abs1 = select i1 %cmp1, i32 %sub1, i32 %a
18 %add = add nsw i32 %abs1, %abs2
  /external/qemu/target-i386/
ops_sse.h 430 static inline int abs1(int a) function
443 val += abs1(d->B(0) - s->B(0));
444 val += abs1(d->B(1) - s->B(1));
445 val += abs1(d->B(2) - s->B(2));
446 val += abs1(d->B(3) - s->B(3));
447 val += abs1(d->B(4) - s->B(4));
448 val += abs1(d->B(5) - s->B(5));
449 val += abs1(d->B(6) - s->B(6));
450 val += abs1(d->B(7) - s->B(7));
454 val += abs1(d->B(8) - s->B(8))
    [all...]
  /external/eigen/blas/testing/
cblat3.f     [all...]
zblat3.f     [all...]
cblat2.f     [all...]
zblat2.f     [all...]
  /external/chromium_org/third_party/libwebp/enc/
filter.c 22 static uint8_t abs1[255 + 255 + 1]; // abs(i)>>1 variable
34 abs1[255 + i] = abs0[255 + i] >> 1;
83 return (2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) <= thresh;
90 if ((2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) > t)
  /external/webp/src/enc/
filter.c 22 static uint8_t abs1[255 + 255 + 1]; // abs(i)>>1 variable
34 abs1[255 + i] = abs0[255 + i] >> 1;
83 return (2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) <= thresh;
90 if ((2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) > t)
  /external/chromium_org/third_party/libwebp/dsp/
dec.c 25 static uint8_t abs1[255 + 255 + 1]; // abs(i)>>1 variable
39 abs1[255 + i] = abs0[255 + i] >> 1;
540 return (2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) <= thresh;
547 if ((2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) > t)
enc_sse2.c 82 const __m128i abs1 = _mm_sub_epi16(xor1, sign1); local
85 const __m128i v1 = _mm_srai_epi16(abs1, 3);
    [all...]
  /external/webp/src/dsp/
dec.c 25 static uint8_t abs1[255 + 255 + 1]; // abs(i)>>1 variable
39 abs1[255 + i] = abs0[255 + i] >> 1;
540 return (2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) <= thresh;
547 if ((2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) > t)
enc_sse2.c 82 const __m128i abs1 = _mm_sub_epi16(xor1, sign1); local
85 const __m128i v1 = _mm_srai_epi16(abs1, 3);
    [all...]

Completed in 3425 milliseconds