HomeSort by relevance Sort by last modified time
    Searched defs:xc (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
microsoft-templ-uuidof.cpp 23 const _GUID &xc = __uuidof(X<C>); variable
24 // CHECK-DAG: @"\01?xc@@3ABU_GUID@@B" = {{.*}} @_GUID_cccccccc_cccc_cccc_cccc_cccccccccccc
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 42 ULong carry, *xc, *xa, *xb, *xe, y; local
57 xc = c->x;
58 xe = xc + b->wds;
65 Storeinc(xc, z, y);
67 while(xc < xe);
69 while(xc < xe) {
74 Storeinc(xc, z, y);
80 *xc++ = y & 0xffff;
82 while(xc < xe);
84 while(xc < xe)
    [all...]
misc.c 283 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
319 xc = xc0;
322 z = *x++ * (ULLong)y + *xc + carry;
324 *xc++ = z & 0xffffffffUL;
327 *xc = carry;
335 xc = xc0;
338 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
340 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
342 Storeinc(xc, z2, z);
345 *xc = carry
557 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
sum.c 45 ULong carry, *xc, *xa, *xb, *xe, y; local
60 xc = c->x;
61 xe = xc + b->wds;
68 Storeinc(xc, z, y);
70 while(xc < xe);
72 while(xc < xe) {
77 Storeinc(xc, z, y);
83 *xc++ = y & 0xffff;
85 while(xc < xe);
87 while(xc < xe) {
    [all...]
misc.c 282 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
318 xc = xc0;
321 z = *x++ * (ULLong)y + *xc + carry;
324 *xc++ = (uint32_t)(z & 0xffffffffUL);
328 *xc = (uint32_t)carry;
336 xc = xc0;
339 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
341 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
343 Storeinc(xc, z2, z);
346 *xc = carry;
557 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/testng/src/test/java/test/
SimpleBaseTest.java 62 XmlClass xc = new XmlClass(clazz.getName(), index++, true /* load classes */); local
63 result.getXmlClasses().add(xc);
65 xc = new XmlClass(c.getName(), index++, true /* load classes */);
66 result.getXmlClasses().add(xc);
77 XmlClass xc = new XmlClass(c, index++, true /* load classes */); local
78 result.getXmlClasses().add(xc);
  /external/opencv/cv/src/
cvcamshift.cpp 173 double a, b, c, xc, yc; local
225 xc = cvRound( m10 * inv_m00 + windowIn.x );
260 int _xc = cvRound( xc );
cvhough.cpp 225 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;
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIX.java 130 List<X509Certificate> xc = new ArrayList<> local
132 Collections.reverse(xc);
133 certs = xc;
255 X509Certificate xc = local
257 return xc.getSubjectX500Principal();
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 190 XCtorInit xc = { xi, xi }; local
  /developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 404 final float xc = mXOrigin; local
415 final float x = xc + particleSystem.getPosX(i) * xs;
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 1411 double a, b, t, x, xc, w, y; local
    [all...]
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 434 final float xc = mXOrigin; local
447 final float x = xc + particleSystem.getPosX(i) * xs;
  /external/ImageMagick/MagickCore/
distort.c 2211 { double xc,yc; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 131 X509Certificate xc = X509Certificate.getInstance(bis); local
132 X509Certificate[] xcs = {xc};
  /system/core/libpixelflinger/
trap.cpp 160 GGLcoord xc = v[0]; local
163 xc = TRI_FLOOR(xc) + TRI_HALF;
166 xc = TRI_ROUND(xc);
169 GGLint l = (xc - halfSize) >> TRI_FRACTION_BITS;
171 GGLint r = (xc + halfSize) >> TRI_FRACTION_BITS;
233 int xc = r - l; local
235 if (xc>0 && yc>0) {
237 const int32_t sqr2Over2 = 0xC; // rounded u
298 int xc = r - l; local
435 int xc = r - l; local
    [all...]
scanline.cpp 649 int xc = x1 - xs; local
662 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
663 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
664 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
665 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);
702 while (xc--) {
1913 const uint32_t xc = x1 - xs; local
2004 const uint32_t xc = x1 - xs; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 1236 asection *xc = bfd_get_section_by_name (abfd, "COMMON"); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 633 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
676 xc = xc0;
679 z = *x++ * (ULLong)y + *xc + carry;
681 *xc++ = (ULong)(z & FFFFFFFF);
684 *xc = (ULong)carry;
691 xc = xc0;
694 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
696 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
698 Storeinc(xc, z2, z);
701 *xc = carry;
927 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 616 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
659 xc = xc0;
662 z = *x++ * (ULLong)y + *xc + carry;
664 *xc++ = (ULong)(z & FFFFFFFF);
667 *xc = (ULong)carry;
674 xc = xc0;
677 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
679 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
681 Storeinc(xc, z2, z);
684 *xc = carry;
910 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 259 X<C> xc; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1144 int x2, y2, x, y, xc; local
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part2.c 789 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);
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 389 const GLint xc = (mWidth - mAndroid[0].w) / 2; local
391 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
406 GLint x = xc - offset;
419 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
953 const int xc = animationX + frame.trimX; local
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 917 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
950 xc = xc0;
953 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
955 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
957 Storeinc(xc, z2, z);
960 *xc = carry;
964 xc = xc0;
966 z2 = *xc;
968 z = (*x & 0xffff) * y + (*xc >> 16) + carry;
970 Storeinc(xc, z, z2)
1177 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]

Completed in 1414 milliseconds

1 2