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

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
bigintegertest.cpp 23 static const BigInteger kZero(0);
29 EXPECT_TRUE(kZero.IsZero());
30 EXPECT_TRUE(kZero == kZero);
31 EXPECT_TRUE(kZero == BIGINTEGER_LITERAL("0"));
32 EXPECT_TRUE(kZero == BIGINTEGER_LITERAL("00"));
45 BigInteger a = kZero;
47 EXPECT_TRUE(kZero == a);
64 BigInteger a = kZero;
66 EXPECT_TRUE(kZero == a)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h 90 const __m256i kZero = _mm256_set1_epi16(0);
403 __m256i s3_00_0 = _mm256_cmpgt_epi16(kZero,step2[ 0]);
404 __m256i s3_01_0 = _mm256_cmpgt_epi16(kZero,step2[ 1]);
405 __m256i s3_02_0 = _mm256_cmpgt_epi16(kZero,step2[ 2]);
406 __m256i s3_03_0 = _mm256_cmpgt_epi16(kZero,step2[ 3]);
407 __m256i s3_04_0 = _mm256_cmpgt_epi16(kZero,step2[ 4]);
408 __m256i s3_05_0 = _mm256_cmpgt_epi16(kZero,step2[ 5]);
409 __m256i s3_06_0 = _mm256_cmpgt_epi16(kZero,step2[ 6]);
410 __m256i s3_07_0 = _mm256_cmpgt_epi16(kZero,step2[ 7]);
411 __m256i s2_08_0 = _mm256_cmpgt_epi16(kZero,step2[ 8])
    [all...]
fwd_dct32x32_impl_sse2.h 107 const __m128i kZero = _mm_set1_epi16(0);
485 __m128i s3_00_0 = _mm_cmplt_epi16(step2[ 0], kZero);
486 __m128i s3_01_0 = _mm_cmplt_epi16(step2[ 1], kZero);
487 __m128i s3_02_0 = _mm_cmplt_epi16(step2[ 2], kZero);
488 __m128i s3_03_0 = _mm_cmplt_epi16(step2[ 3], kZero);
489 __m128i s3_04_0 = _mm_cmplt_epi16(step2[ 4], kZero);
490 __m128i s3_05_0 = _mm_cmplt_epi16(step2[ 5], kZero);
491 __m128i s3_06_0 = _mm_cmplt_epi16(step2[ 6], kZero);
492 __m128i s3_07_0 = _mm_cmplt_epi16(step2[ 7], kZero);
493 __m128i s2_08_0 = _mm_cmplt_epi16(step2[ 8], kZero);
    [all...]
inv_txfm_sse2.c 223 const __m128i kZero = _mm_set1_epi16(0);
234 u[2] = _mm_unpacklo_epi16(in7, kZero);
235 u[3] = _mm_unpackhi_epi16(in[0], kZero);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 89 const __m256i kZero = _mm256_set1_epi16(0);
402 __m256i s3_00_0 = _mm256_cmpgt_epi16(kZero,step2[ 0]);
403 __m256i s3_01_0 = _mm256_cmpgt_epi16(kZero,step2[ 1]);
404 __m256i s3_02_0 = _mm256_cmpgt_epi16(kZero,step2[ 2]);
405 __m256i s3_03_0 = _mm256_cmpgt_epi16(kZero,step2[ 3]);
406 __m256i s3_04_0 = _mm256_cmpgt_epi16(kZero,step2[ 4]);
407 __m256i s3_05_0 = _mm256_cmpgt_epi16(kZero,step2[ 5]);
408 __m256i s3_06_0 = _mm256_cmpgt_epi16(kZero,step2[ 6]);
409 __m256i s3_07_0 = _mm256_cmpgt_epi16(kZero,step2[ 7]);
410 __m256i s2_08_0 = _mm256_cmpgt_epi16(kZero,step2[ 8])
    [all...]
vp9_dct32x32_sse2.c 80 const __m128i kZero = _mm_set1_epi16(0);
393 __m128i s3_00_0 = _mm_cmplt_epi16(step2[ 0], kZero);
394 __m128i s3_01_0 = _mm_cmplt_epi16(step2[ 1], kZero);
395 __m128i s3_02_0 = _mm_cmplt_epi16(step2[ 2], kZero);
396 __m128i s3_03_0 = _mm_cmplt_epi16(step2[ 3], kZero);
397 __m128i s3_04_0 = _mm_cmplt_epi16(step2[ 4], kZero);
398 __m128i s3_05_0 = _mm_cmplt_epi16(step2[ 5], kZero);
399 __m128i s3_06_0 = _mm_cmplt_epi16(step2[ 6], kZero);
400 __m128i s3_07_0 = _mm_cmplt_epi16(step2[ 7], kZero);
401 __m128i s2_08_0 = _mm_cmplt_epi16(step2[ 8], kZero);
    [all...]
vp9_dct_avx2.c 205 const __m128i kZero = _mm_set1_epi16(0);
212 u[2] = _mm_unpacklo_epi16(in7, kZero);
213 u[3] = _mm_unpacklo_epi16(in[2], kZero);
214 u[4] = _mm_unpacklo_epi16(in[3], kZero);
    [all...]
vp9_dct_sse2.c 306 const __m128i kZero = _mm_set1_epi16(0);
313 u[2] = _mm_unpacklo_epi16(in7, kZero);
314 u[3] = _mm_unpacklo_epi16(in[2], kZero);
315 u[4] = _mm_unpacklo_epi16(in[3], kZero);
    [all...]
  /art/compiler/utils/x86/
constants_x86.h 96 kZero = kEqual,
assembler_x86.cc     [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen_unittest.cc 31 static const Hash kZero;
37 const Hash& jt = kZero,
38 const Hash& jf = kZero)
74 const Hash Hash::kZero;
81 hashes.push_back(Hash::kZero);
162 return Hash::kZero;
167 return Hash::kZero;
  /art/compiler/utils/x86_64/
constants_x86_64.h 105 kZero = kEqual,
assembler_x86_64.cc     [all...]
  /external/webrtc/webrtc/base/
optionsfile_unittest.cc 34 static int kZero = 0;
109 EXPECT_TRUE(store_->SetIntValue(kTestOptionA, kZero));
111 EXPECT_EQ(kZero, out1);
  /external/skia/src/opts/
SkTextureCompressor_opts.h 28 static const int8x16_t kZero = {
43 const int8x16_t mask = vreinterpretq_s8_u8(vcltq_s8(sx, kZero));
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 47 static const UChar kZero[] = {u_0};
817 int32_t firstIdx = formatStr.indexOf(kZero, UPRV_LENGTHOF(kZero), 0);
823 int32_t lastIdx = formatStr.lastIndexOf(kZero, UPRV_LENGTHOF(kZero), firstIdx);
digitlst.cpp 54 #define kZero '0'
221 outputStr[--destIdx] = (char)(-(n % 10) + kZero);
225 outputStr[--destIdx] = (char)(n % 10 + kZero);
    [all...]
  /external/skia/gm/
bleed.cpp 122 static const uint8_t kZero = 0x00;
127 kPremul_SkAlphaType, kZero, kOne, k3Q, kHalf);
271 static const uint8_t kZero = 0x00;
277 ctx, result, width, height, kAlpha_8_GrPixelConfig, kZero, kOne, k3Q, kHalf, k1Q);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 112 const __m128i kZero = _mm_set1_epi16(0);
119 u[2] = _mm_unpacklo_epi16(in7, kZero);
120 u[3] = _mm_unpacklo_epi16(in[2], kZero);
121 u[4] = _mm_unpacklo_epi16(in[3], kZero);
    [all...]
  /external/boringssl/src/ssl/
s3_clnt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 225 const __m128i kZero = _mm_set1_epi16(0);
236 u[2] = _mm_unpacklo_epi16(in7, kZero);
237 u[3] = _mm_unpackhi_epi16(in[0], kZero);
    [all...]
  /system/core/libmincrypt/
p256_ec.c 78 static const felem kZero = {0};
789 return memcmp(tmp, kZero, sizeof(tmp)) == 0 ||
    [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc     [all...]

Completed in 1556 milliseconds