Searched defs:xc (Results 1 - 16 of 16) 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/skia/third_party/glu/libtess/
H A Drender.c378 GLdouble dot, xc, yc, zc, xp, yp, zp, n[3]; local
399 xc = vc->coords[0] - v0->coords[0];
403 xp = xc; yp = yc; zp = zc;
404 xc = vc->coords[0] - v0->coords[0];
410 n[1] = zp*xc - xp*zc;
411 n[2] = xp*yc - yp*xc;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp262 qreal xc = p.x(); local
281 double xs = xc - radius;
314 m_path.lineTo(xc, yc);
/external/dropbear/libtommath/mtest/
H A Dmpi.c2064 mp_int gx, xc, yc, u, v, A, B, C, D; local
2087 if((res = mp_init_copy(&xc, a)) != MP_OKAY) goto CLEANUP;
2088 clean[++last] = &xc;
2089 mp_abs(&xc, &xc);
2097 while(mp_iseven(&xc) && mp_iseven(&yc)) {
2098 s_mp_div_2(&xc);
2104 mp_copy(&xc, &u);
2118 if((res = mp_sub(&B, &xc, &B)) != MP_OKAY) goto CLEANUP;
2131 if((res = mp_sub(&D, &xc,
[all...]
/external/mksh/src/
H A Dmain.c389 volatile uint8_t xc; local
408 xc = 0;
409 --xc;
413 (xa != 0) || (xua != 0) || (xc != 255))
/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/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp340 uint32_t* xc; local
360 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
361 *xc = 0;
371 xc = xc0;
374 z = *x++ * (unsigned long long)y + *xc + carry;
376 *xc++ = (uint32_t)z & 0xffffffffUL;
378 *xc
555 uint32_t* xc; local
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc805 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
839 xc = xc0;
842 z = *x++ * (ULLong)y + *xc + carry;
844 *xc++ = z & FFFFFFFF;
847 *xc = carry;
855 xc = xc0;
858 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
860 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
862 Storeinc(xc, z2, z);
865 *xc
1068 ULong *xa, *xae, *xb, *xbe, *xc; variable
[all...]
/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 776 milliseconds