Searched defs:xc (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { argument
22 xc.f();
24 xc.g();
/external/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp8 void test_copycon(X x, X const xc, X volatile xv) { argument
10 int& i2 = copycon(xc);
H A Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { argument
40 int& i1 = xc.f(0);
47 int& i3 = xc.g(0);
H A Danonymous-union.cpp48 void test_unqual_references(X x, const X xc) { argument
56 xc.d = 0.0;
57 xc.f = 0; // expected-error{{read-only variable is not assignable}}
58 xc.a = 0; // expected-error{{read-only variable is not assignable}}
H A Dcxx0x-initializer-stdinitializerlist.cpp187 XCtorInit xc = { xi, xi }; local
/external/clang/test/Sema/
H A Danonymous-struct-union.c24 void test_unqual_references(struct X x, const struct X xc) { argument
32 xc.d = 0.0; // expected-error{{read-only variable is not assignable}}
33 xc.f = 0; // expected-error{{read-only variable is not assignable}}
34 xc.a = 0; // expected-error{{read-only variable is not assignable}}
/external/opencv/cv/src/
H A Dcvcamshift.cpp173 double a, b, c, xc, yc; local
225 xc = cvRound( m10 * inv_m00 + windowIn.x );
260 int _xc = cvRound( xc );
H A Dcvhough.cpp225 float xc, yc; local
302 xc = (float) col + 0.5f;
305 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
306 r = (float) sqrt( (double)xc * xc + (double)yc * yc );
371 xc = (float) x[index] + 0.5f;
374 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
375 r = (float) sqrt( (double)xc * xc + (double)yc * yc ) * isrho;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp279 uint32_t* xc; local
299 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
300 *xc = 0;
310 xc = xc0;
313 z = *x++ * (unsigned long long)y + *xc + carry;
315 *xc++ = (uint32_t)z & 0xffffffffUL;
317 *xc
486 uint32_t* xc; local
[all...]
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp264 X<C> xc; local
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1144 int x2, y2, x, y, xc; local
1227 for( xc = 0; x <= x2 - 2; x += 2, xc++ )
1230 int Cb = cmpCb[xc];
1231 int Cr = cmpCr[xc];
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part2.c782 unsigned long long xc[] = { 0xffffffff01020304ULL, 0x128934bd00000000ULL}; local
786 memcpy(&vec_inC, xc, 16);
791 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
793 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part2.c782 unsigned long long xc[] = { 0xffffffff01020304ULL, 0x128934bd00000000ULL}; local
786 memcpy(&vec_inC, xc, 16);
791 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
793 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc807 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
842 xc = xc0;
845 z = *x++ * (ULLong)y + *xc + carry;
847 *xc++ = z & FFFFFFFF;
850 *xc = (ULong)carry;
858 xc = xc0;
861 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
863 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
865 Storeinc(xc, z2, z);
868 *xc
1077 ULong *xa, *xae, *xb, *xbe, *xc; variable
[all...]
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 238 milliseconds