HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 251 - 275 of 880) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 81 Cursor c2 = createCursor("Name", NAMES_LIST); local
83 indexer.setCursor(c2);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 97 double c0,c1,c2,c3; local
122 c2=c/a;
128 c3c3through4_min_c2=c3*c3through4-c2;
133 /*k2= -c2*/
137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
169 double c0,c1,c2,c3; local
194 c2=c/a;
200 c3c3through4_min_c2=c3*c3through4-c2;
205 /*k2= -c2*/
209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateTest.java 67 Certificate c2 = new MyCertificate("TEST_TYPE", testEncoding); local
69 assertTrue(c1.hashCode() == c2.hashCode());
78 Certificate c2 = new MyCertificate("TEST_TYPE", testEncoding); local
80 assertTrue((c1.hashCode() == c2.hashCode()) && c1.equals(c2));
109 Certificate c2 = new MyCertificate("TEST_TYPE", testEncoding); local
110 assertTrue(c1.equals(c2) && c2.equals(c1));
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 30 CipherSuite c2 = new CipherSuite("CipherSuite2", false, 0, "", "", local
36 if (!c1.equals(c2) || c1.equals(c3) || c4.equals(c1) || c4.equals(c3)) {
92 CipherSuite c2 = new CipherSuite("CipherSuite2", false, local
  /external/chromium_org/base/
callback_unittest.cc 79 Callback<void(int,int)> c2; local
87 EXPECT_TRUE(c2.is_null());
  /external/chromium_org/third_party/icu/source/common/
bmpset.cpp 300 UChar c, c2; local
329 } else if(c>=0xdc00 || (s+1)==limit || (c2=s[1])<0xdc00 || c2>=0xe000) {
336 if(!containsSlow(U16_GET_SUPPLEMENTARY(c, c2), list4kStarts[0x10], list4kStarts[0x11])) {
369 } else if(c>=0xdc00 || (s+1)==limit || (c2=s[1])<0xdc00 || c2>=0xe000) {
376 if(containsSlow(U16_GET_SUPPLEMENTARY(c, c2), list4kStarts[0x10], list4kStarts[0x11])) {
389 UChar c, c2; local
418 } else if(c<0xdc00 || s==limit || (c2=*(limit-1))<0xd800 || c2>=0xdc00)
    [all...]
ubidi_props.c 152 UChar32 c2; local
160 c2=UBIDI_GET_MIRROR_CODE_POINT(m);
161 if(c==c2) {
164 } else if(c<c2) {
ucasemap.c 228 UChar32 c, c2 = 0; local
249 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
251 dest[destIndex++]=(uint8_t)c2;
416 UChar32 c, c2; local
431 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
433 dest[destIndex++]=(uint8_t)c2;
uinvchar.c 430 UChar32 c1, c2; local
454 c2=*localString++;
455 if(!UCHAR_IS_INVARIANT(c2)) {
456 c2=-2;
459 if((c1-=c2)!=0) {
475 UChar32 c1, c2; local
501 c2=*localString++;
502 if(!UCHAR_IS_INVARIANT(c2)) {
503 c2=-2;
506 if((c1-=c2)!=0)
519 int32_t c1, c2; local
    [all...]
unormcmp.cpp 64 * get one code unit c2 from s2 (-1 if end of source)
69 * if(c1==c2) {
73 * // c1!=c2
74 * try to decompose/case-fold c1/c2, and continue if one does;
76 * // still c1!=c2 and neither decomposes/case-folds, return result
77 * return c1-c2;
170 UChar32 c1, c2, cp1, cp2; local
211 c1=c2=-1;
243 if(c2<0) {
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE))))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
aliastst.cpp 67 Calendar* c2 = Calendar::createInstance(newLoc, status); local
71 const char* l2 = c2->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
83 delete c2;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
134 Collator* c2 = Collator::createInstance(newLoc, status); local
137 Locale l2 = c2->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()))
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
read.c 321 UChar32 c, c2; local
355 c2 = ucbuf_getc(buf, status); /* "/ * c" */
356 if(c2 == ASTERISK){ /* "/ * *" */
360 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
rune.c 68 int c, c1, c2, c3; local
117 c2 = *(uchar*)(str+2) ^ Tx;
118 if(c2 & Testx)
121 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
139 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
169 int c, c1, c2, c3; local
203 c2 = *(uchar*)(str+2) ^ Tx;
204 if(c2 & Testx)
207 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
222 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c 54 int c2, d2; local
75 c2 = temp3 - temp4;
91 op[5] = b1 + c2;
92 op[9] = b1 - c2;
107 c2 = temp3 - temp4;
123 op[7] = b1 + c2;
124 op[11] = b1 - c2;
145 c2 = temp3 - temp4;
161 op[5] = (b1 + c2 + 4) >> 3;
162 op[6] = (b1 - c2 + 4) >> 3
286 int a2, b2, c2, d2; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
encodemv.c 270 const int c2 = events [mv_max - j]; /* negative */ local
271 const int c = c1 + c2;
275 sign_ct [1] += c2;
ssim.c 81 int64_t c1, c2; local
85 c2 = (cc2*count*count)>>12;
88 (int64_t) 2*sum_s*sum_r+c2);
92 (int64_t)count*sum_sq_r-(int64_t) sum_r*sum_r +c2) ;
119 int64_t c1, c2; local
123 c2 = cc2*16;
128 ssim_n2 =((int64_t) 2*256*sum_sxr-(int64_t) 2*sum_s*sum_r+c2);
133 (int64_t) 256*sum_sq_r-(int64_t) sum_r*sum_r +c2) ;
  /external/chromium_org/third_party/lzma_sdk/
CpuArch.c 58 UInt32 a2, b2, c2, d2; local
66 __asm mov c2, ECX; local
71 *c = c2;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mul.c 396 int n=n2/2,c1,c2; local
432 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n);
434 switch (c1*3+c2)
554 int c1,c2,neg; local
569 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n);
571 switch (c1*3+c2)
761 int c1,c2; local
773 c2=bn_cmp_words(&(b[n]),&(b[0]),n);
774 switch (c1*3+c2)
889 c2 =(int)(bn_add_words(&(r[0]),&(r[0]),&(t[n2+n]),n))
    [all...]
  /external/chromium_org/third_party/re2/util/
rune.cc 51 int c, c1, c2, c3; local
85 c2 = *(unsigned char*)(str+2) ^ Tx;
86 if(c2 & Testx)
89 l = ((((c << Bitx) | c1) << Bitx) | c2) & Rune3;
104 l = ((((((c << Bitx) | c1) << Bitx) | c2) << Bitx) | c3) & Rune4;
  /external/chromium_org/third_party/skia/tests/
GpuColorFilterTest.cpp 62 const SkColor c2 = SkColorSetARGB(60, 60, 60, 60); local
64 const GrColor gr_c2 = SkColor2GrColor(c2);
  /external/chromium_org/third_party/smhasher/src/
MurmurHash3.cpp 103 const uint32_t c2 = 0x1b873593; local
116 k1 *= c2;
135 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
162 const uint32_t c2 = 0xab0e9789; local
178 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
182 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
222 k2 *= c2; k2 = ROTL32(k2,16); k2 *= c3; h2 ^= k2;
228 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
265 const uint64_t c2 = BIG_CONSTANT(0x4cf5ad432745937f); local
277 k1 *= c1; k1 = ROTL64(k1,31); k1 *= c2; h1 ^= k1
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_rate_control.cc 221 // alpha = 1.02 + B ./ (1 + exp(b*(tr - (c1*s2 + c2))))
226 const double c2 = 800.0; local
230 (c1 * noise_var + c2))));
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 34 int c2 = static_cast<int>(component2); local
35 return std::abs(c1 - c2) <= 40;
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 30 constexpr Constexpr2 c2 = Constexpr2(); // ok variable
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 6 char c2; member in struct:rdar8818236::S

Completed in 2536 milliseconds

<<11121314151617181920>>