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

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
global-init.cpp 175 const C c2 = static_cast<const C&>(C()); member in namespace:test7
microsoft-abi-virtual-inheritance.cpp 278 int c1, c2, c3; member in struct:diamond::C
  /external/clang/test/Lexer/
ms-extensions.c 21 __complex double c2 = 1.0i; variable
  /external/clang/test/Sema/
attr-aligned.c 36 char c2[__alignof__(c.member) == 4 ?: -1] = {0}; variable
string-init.c 22 char16_t c2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} local
  /external/clang/test/SemaCXX/
string-init.cpp 17 char16_t c2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} local
  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 38 X<float>::C *c2; variable
44 c1 = c2; // expected-error{{assigning to 'X<int>::C *' from incompatible type 'X<float>::C *'}}
  /external/eigen/bench/
eig33.cpp 55 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The
60 Scalar c2 = m(0,0) + m(1,1) + m(2,2); local
64 Scalar c2_over_3 = c2*s_inv3;
65 Scalar a_over_3 = (c1 - c2*c2_over_3)*s_inv3;
  /external/eigen/test/
block.cpp 15 block_real_only(const MatrixType &m1, Index r1, Index r2, Index c1, Index c2, const Scalar& s1) {
20 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMin(s1), m1.cwiseMin(s1).block(r1,c1,r2-r1+1,c2-c1+1));
21 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMax(s1), m1.cwiseMax(s1).block(r1,c1,r2-r1+1,c2-c1+1));
58 Index c2 = internal::random<Index>(c1,cols-1); local
72 m1.col(c1) += s1 * m1_copy.col(c2);
73 VERIFY_IS_APPROX(m1.col(c1), m1_copy.col(c1) + s1 * m1_copy.col(c2));
74 m1.col(c1).col(0) += s1 * m1_copy.col(c2);
75 VERIFY_IS_APPROX(m1.col(c1), m1_copy.col(c1) + Scalar(2) * s1 * m1_copy.col(c2));
223 Index c2 = internal::random<Index>(c1,cols-1); local
    [all...]
  /external/eigen/test/eigen2/
eigen2_submatrices.cpp 70 int c2 = ei_random<int>(c1,cols-1); local
77 m1.col(c1) += s1 * m1.col(c2);
87 m1.block(r1,c1,r2-r1+1,c2-c1+1) = s1 * m2.block(0, 0, r2-r1+1,c2-c1+1);
88 m1.block(r1,c1,r2-r1+1,c2-c1+1)(r2-r1,c2-c1) = m2.block(0, 0, r2-r1+1,c2-c1+1)(0,0);
134 VERIFY(ei_real(ones.col(c1).eigen2_dot(ones.col(c2))) == RealScalar(rows));
  /external/icu/icu4c/source/common/
ubidi_props.c 153 UChar32 c2; local
161 c2=UBIDI_GET_MIRROR_CODE_POINT(m);
162 if(c==c2) {
165 } else if(c<c2) {
ucasemap.cpp 220 UChar32 c, c2 = 0; local
241 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
243 dest[destIndex++]=(uint8_t)c2;
428 UChar32 c, c2; local
443 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
445 dest[destIndex++]=(uint8_t)c2;
ucmndata.c 106 int32_t c2=(uint8_t)*s2++; local
107 cmp=c1-c2;
uinvchar.c 453 UChar32 c1, c2; local
477 c2=*localString++;
478 if(!UCHAR_IS_INVARIANT(c2)) {
479 c2=-2;
482 if((c1-=c2)!=0) {
498 UChar32 c1, c2; local
524 c2=*localString++;
525 if(!UCHAR_IS_INVARIANT(c2)) {
526 c2=-2;
529 if((c1-=c2)!=0)
542 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/icu/icu4c/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/icu/icu4c/source/tools/genrb/
read.c 323 UChar32 c, c2; local
357 c2 = ucbuf_getc(buf, status); /* "/ * c" */
358 if(c2 == ASTERISK){ /* "/ * *" */
362 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
  /external/libutf/
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/libvpx/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/libvpx/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/llvm/unittests/IR/
MetadataTest.cpp 93 Value *const c2 = n2; local
97 MDNode *n6 = MDNode::getIfExists(Context, c2);
133 Constant *C2 = ConstantInt::get(Type::getInt32Ty(Context), 2);
136 Value *const V2 = C2;
  /external/lzma/C/
CpuArch.c 57 UInt32 a2, b2, c2, d2; local
65 __asm mov c2, ECX; local
70 *c = c2;
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 177 int c2 = tolower(descr[i+1]); local
179 if( c1 != c2 )
  /external/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...]

Completed in 790 milliseconds

<<11121314151617181920>>