HomeSort by relevance Sort by last modified time
    Searched defs:x0 (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /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...]
  /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...]
  /packages/apps/LegacyCamera/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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib2/libs/
android-support-v4.jar 

Completed in 735 milliseconds

1 2 3 4 56 7 8 9