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

  /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...]
  /frameworks/rs/driver/
rsdPath.cpp 46 float x1, xc, x2; member in struct:DrvPathStatic::__anon19019
122 s->xc = fin[2];
164 vtx[2] = s->xc;
169 vtx[6] = s->xc;
  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 187 XCtorInit xc = { xi, xi }; local
  /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...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 344 const GLint xc = (mWidth - mAndroid[0].w) / 2; local
346 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
361 GLint x = xc - offset;
374 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
576 const int xc = (mWidth - animation.width) / 2; local
582 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
633 glDrawTexiOES(xc, yc, 0, animation.width, animation.height);
  /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/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 279 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 = (uint32_t)carry
486 uint32_t* xc; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HandshakeCompletedEventTest.java 132 X509Certificate xc = X509Certificate.getInstance(bis); local
133 X509Certificate[] xcs = {xc};
  /system/core/libpixelflinger/
trap.cpp 158 GGLcoord xc = v[0]; local
161 xc = TRI_FLOOR(xc) + TRI_HALF;
164 xc = TRI_ROUND(xc);
167 GGLint l = (xc - halfSize) >> TRI_FRACTION_BITS;
169 GGLint r = (xc + halfSize) >> TRI_FRACTION_BITS;
231 int xc = r - l; local
233 if (xc>0 && yc>0) {
235 const int32_t sqr2Over2 = 0xC; // rounded u
296 int xc = r - l; local
433 int xc = r - l; local
    [all...]
scanline.cpp 647 int xc = x1 - xs; local
660 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
661 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
662 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
663 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);
700 while (xc--) {
1911 const uint32_t xc = x1 - xs; local
2002 const uint32_t xc = x1 - xs; local
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 264 X<C> xc; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1144 int x2, y2, x, y, xc; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part2.c 782 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);
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 807 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 = carry
1077 ULong *xa, *xae, *xb, *xbe, *xc; variable
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 927 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
960 xc = xc0;
963 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
965 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
967 Storeinc(xc, z2, z);
970 *xc = carry;
974 xc = xc0;
976 z2 = *xc;
978 z = (*x & 0xffff) * y + (*xc >> 16) + carry;
980 Storeinc(xc, z, z2)
1187 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 582 milliseconds