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

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-templ-uuidof.cpp23 const _GUID &xc = __uuidof(X<C>); variable
24 // CHECK-DAG: @"\01?xc@@3ABU_GUID@@B" = {{.*}} @_GUID_cccccccc_cccc_cccc_cccc_cccccccccccc
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { argument
22 xc.f();
24 xc.g();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
H A DMod.java147 private static int inversionStep(int[] p, int[] u, int uLen, int[] x, int xc) argument
170 if (xc < 0)
172 xc += Nat.addTo(len, p, x);
176 xc += Nat.subFrom(len, p, x);
180 // assert xc == 0 || xc == 1;
181 Nat.shiftDownBit(len, x, xc);
184 return xc;
/external/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp14 void test_copycon(X x, X const xc, X volatile xv) { argument
16 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
49 // expected-note@-1 2{{variable 'xc' declared const here}}
57 xc.d = 0.0;
58 xc.f = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const X'}}
59 xc.a = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const X'}}
H A Dcxx0x-initializer-stdinitializerlist.cpp190 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
25 // expected-note@-1 3{{variable 'xc' declared const here}}
33 xc.d = 0.0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const struct X'}}
34 xc.f = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const struct X'}}
35 xc.a = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const struct X'}}
/external/testng/src/main/java/org/testng/internal/
H A DYaml.java172 for (XmlClass xc : t.getXmlClasses()) {
173 toYaml(result, sp2 + " ", xc);
181 private static void toYaml(StringBuilder result, String sp2, XmlClass xc) { argument
182 List<XmlInclude> im = xc.getIncludedMethods();
183 List<String> em = xc.getExcludedMethods();
186 result.append(sp2).append("- " + name).append(xc.getName()).append("\n");
/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/ImageMagick/MagickCore/
H A Ddistort.c1977 "-page %+.20g%+.20g xc: +insert \\\n",(double) geometry.width,
2217 { double xc,yc;
2222 xc = ((double)image->columns-1.0)/2.0 + image->page.x;
2227 if ( fabs(coeff[8]-xc-0.5) < 0.1 && fabs(coeff[9]-yc-0.5) < 0.1 )
2228 (void) FormatLocaleFile(stderr, " -fx 'xc=(w-1)/2; yc=(h-1)/2;\n");
2230 (void) FormatLocaleFile(stderr, " -fx 'xc=%lf; yc=%lf;\n",
2233 " ii=i-xc; jj=j-yc; rr=hypot(ii,jj);\n");
2240 (void) FormatLocaleFile(stderr, " v.p{fx*ii+xc,fy*jj+yc}' \\\n");
2211 { double xc,yc; local
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp259 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/none/tests/ppc32/
H A Dtest_isa_2_06_part2.c789 unsigned long long xc[] = { 0xffffffff01020304ULL, 0x128934bd00000000ULL}; local
793 memcpy(&vec_inC, xc, 16);
798 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
800 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part2.c789 unsigned long long xc[] = { 0xffffffff01020304ULL, 0x128934bd00000000ULL}; local
793 memcpy(&vec_inC, xc, 16);
798 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
800 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
/external/libweave/third_party/chromium/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/v8/src/s390/
H A Dassembler-s390.cc2276 void Assembler::xc(const MemOperand& opnd1, const MemOperand& opnd2, function in class:v8::internal::Assembler
/external/robolectric/v1/lib/main/
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 565 milliseconds