/prebuilt/common/http-client/ |
commons-logging-1.1.1.jar | |
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorchecker.cpp | 313 int x0, int y0, 316 if ((x0 == x1) && (y0 == y1)) { 317 unsigned char *p = &image[(y0 * rowSpan + x0) * totalChannels]; 323 if ( std::abs(x1-x0) > std::abs(y1-y0) ) { 324 if (x0 > x1) { 325 std::swap(x0, x1); 328 float slope = (float)(y1 - y0) / (x1 - x0); 329 for (int x = x0; x <= x1; x++) { 330 int y = y0 + slope * (x - x0); 338 std::swap(x0, x1) 618 int x0, y0, x1, y1; local 677 int x0, y0, x1, y1; local [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 400 int x0 = width() + radius - kMiniTitleChangeInitialXOffset; local 405 x = mini_title_animation_->CurrentValueBetween(x0, x1);
|
/external/opencv/cv/src/ |
cvshapedescr.cpp | 567 double xi, yi, xi_1, yi_1, x0, y0, dxy, sk, sk1, t; local 588 a00 = x0 = y0 = xi_1 = yi_1 = 0; 620 x0 = xi_1; 638 dxy = xi * y0 - x0 * yi; 648 x0 = xi; 670 dxy = x_s * y0 - x0 * y_s; 680 x0 = x_s; 697 xi = x0; 790 double x0, y0, idet, scale, offx = 0, offy = 0; local 903 | a b/2 | * | x0 | + | d/2 | = |0 [all...] |
cvfundam.cpp | 702 double x0 = m1[i].x, y0 = m1[i].y; local 705 a[i*9+0] = x1*x0; 708 a[i*9+3] = y1*x0; 711 a[i*9+6] = x0; 849 double x0 = (m1[i].x - m0c.x)*scale0; local 853 double r[9] = { x1*x0, x1*y0, x1, y1*x0, y1*y0, y1, x0, y0, 1 }; [all...] |
cvhough.cpp | 564 int i, j, k, x0, y0, dx0, dy0, xflag; local 599 x0 = j; 613 x0 = (x0 << shift) + (1 << (shift-1)); 618 int gap = 0, x = x0, y = y0, dx = dx0, dy = dy0; 666 int x = x0, y = y0, dx = dx0, dy = dy0; 910 int sx, sy, x0, y0, x1, y1, r, k; local 931 x0 = cvRound((x*idp)*ONE) + ONE + (ONE/2); 936 x0 += min_radius * sx; 939 for( x1 = x0, y1 = y0, r = min_radius; r <= max_radius; x1 += sx, y1 += sy, r++ [all...] |
mycvHaarDetectObjects.cpp | 740 int x0 = 0, y0 = 0; local 770 x0 = cvRound( r[0].x * scale ); 791 tr.x = (r[k].x - r[0].x) * new_base_w / base_w + x0; [all...] |
cvhaar.cpp | 541 int x0 = 0, y0 = 0; local 571 x0 = cvRound( r[0].x * scale ); 590 tr.x = (r[k].x - r[0].x) * new_base_w / base_w + x0; [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 284 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \ 287 x0 = x0*x0 + y0*y0; \ 289 mag[i] = x0; \ 291 x0 = (magtype)x[i+2], y0 = (magtype)y[i+2]; \ 293 x0 = x0*x0 + y0*y0; \ 295 mag[i+2] = x0; \ 825 double x0 = x[i].f * exp_prescale; local 884 double x0 = x[i].f * exp_prescale; local 930 double x0 = x[i].f * exp_prescale; local 995 double x0 = x[i].f * exp_prescale; local 1396 double x0, x1, x2, x3; local 1451 double x0, y0; local 1496 double x0, x1, x2, x3; local 1562 double x0, y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2; local [all...] |
cxutils.cpp | 275 double x0 = 0., x1 = 0., x2 = 0.; local 332 x0 = a3/a2; 344 x0 = q / a1; 369 x0 = t0 * cos(t1) - t2; 381 x0 = (e + Q / e) - a1 * (1./3); 393 r[0] = (float)x0; 402 r[0] = x0; [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 449 double x0 = 1.+data[i], x1 = 1.+data[i+1], x2 = 1.+data[i+2], x3 = 1.+data[i+3]; local 450 double a = x0*x1, b = x2*x3, d = scale2/(a*b), t0, t1; 452 t0 = (2 - x0)*b*x1; t1 = (2 - x1)*b*x0; 529 double x0 = 1.+xf[i], x1 = 1.+xf[i+1], x2 = 1.+xf[i+2], x3 = 1.+xf[i+3]; local 530 double a = x0*x1, b = x2*x3, d = 1./(a*b), t0, t1; 533 t0 = b*x1; t1 = b*x0; 536 t0 *= scale2*(2 - x0); t1 *= scale2*(2 - x1); 824 CvVectors x0, u; local 827 x0.data.ptr = u.data.ptr = 0 [all...] |
/external/qemu/android/skin/ |
trackball.c | 281 double x0 = origin[0] + axis1[0]*tx + axis2[0]*ty; local 288 double x = x0 + axis1[0]*h + axis2[0]*v; 315 double x0 = xx - radius2; local 317 double r0 = sqrt( x0*x0 + y0*y0 ); 321 double rx = x0/radius;
|
/external/qemu-pc-bios/vgabios/ |
clext.c | 913 mov al, #0x0 ;; XXX size of bank in K variable 942 mov al, #0x0
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
GraphicsContextCairo.cpp | 156 double x0 = 0; local 161 cairo_stroke_extents(cairoContext, &x0, &y0, &x1, &y1); 162 solidFigureExtents = FloatRect(x0, y0, x1 - x0, y1 - y0); 165 cairo_fill_extents(cairoContext, &x0, &y0, &x1, &y1); 166 FloatRect fillExtents(x0, y0, x1 - x0, y1 - y0); 228 return AffineTransform(m.xx, m.yx, m.xy, m.yy, m.x0, m.y0); [all...] |
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 257 float x0 = *pSrc++; local 258 float x1 = x0; 267 if (x < x0) { 268 x0 = x; 297 float dx = x1 - x0; 300 *pSphere++ = x0 + dx * 0.5f; 315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { 316 return x0 * x1 + y0 * y1 + z0 * z1;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local 169 FrameToMosaic(mb->trs, 0.0, 0.0, x0, y0); 174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower 176 xLeftCorners[0] = x0; 200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); [all...] |
/system/core/libpixelflinger/ |
trap.cpp | 514 int32_t x0 = v0[0]; local 521 int32_t dx01 = x0 - x1; 524 int32_t dx20 = x2 - x0; 529 swap(x0, x1); 531 dx01 = x0 - x1; 533 dx20 = x2 - x0; 540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS; 542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS; 554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my); [all...] |
/prebuilt/common/ant/ |
ant.jar | |
/external/ipsec-tools/src/racoon/ |
ipsec_doi.c | 2911 caddr_t x0, x; local [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 665 int x0 = src[5], x1 = src[3]; local 668 int x4 = x0 + x1; x0 -= x1; 673 x4 = (x0 + x2)*C1_847; 674 x0 = descale( x4 - x0*C2_613, fixb); 678 x0 -= x3; 679 x1 -= x0; 682 work[7] = x3; work[6] = x0; 687 x0 = src[0]; x1 = src[4] 717 int x0 = work[8*5], x1 = work[8*3]; local 1522 int x0 = src[0], x1 = src[7]; local 1569 int x0 = work[8*0], x1 = work[8*7]; local [all...] |
/external/skia/src/core/ |
SkMatrix.cpp | 1386 SkFixed x0, y0, x1, y1, x2, y2; local 1519 float x0, y0, x1, y1, x2, y2; local [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JITStubs.cpp | 117 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 16 == 0x0, JITStackFrame_maintains_16byte_stack_alignment); member in namespace:JSC 169 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 32 == 0x0, JITStackFrame_maintains_32byte_stack_alignment); 247 COMPILE_ASSERT(offsetof(struct JITStackFrame, code) % 16 == 0x0, JITStackFrame_maintains_16byte_stack_alignment); [all...] |
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
intra_est.cpp | 737 int x0, x1, x2, x3, x4, x5; local 1150 x0 = P_A + P_B + 1; 1164 temp1 = (x0 >> 1); 1171 temp2 = ((x0 + x1) >> 2); [all...] |
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 1671 ULong *x, *x0, x1, x2; variable [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 4143 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local 4292 mp_int x0, x1, t1, t2, x0x0, x1x1; local [all...] |