HomeSort by relevance Sort by last modified time
    Searched refs:oldx (Results 1 - 10 of 10) sorted by null

  /external/valgrind/helgrind/tests/
tc08_hbl2.c 155 int oldx = 0; local
160 if (x != oldx) {
161 oldx = x;
162 printf("child: new value %d\n", oldx);
  /external/skia/src/core/
SkAnalyticEdge.cpp 81 SkFixed oldx = fQEdge.fQx;
94 newx = oldx + (dx >> shift);
124 oldx = newx;
173 SkFixed oldx = fCEdge.fCx;
183 newx = oldx + (fCEdge.fCDx >> dshift);
212 : SkFDot6Div(SkFixedToFDot6(newx - oldx),
215 success = this->updateLine(oldx, fSnappedY, newx, newSnappedY, slope);
217 oldx = newx;
SkEdge.cpp 291 SkFixed oldx = fQx; local
303 newx = oldx + (dx >> shift);
313 success = this->updateLine(oldx, oldy, newx, newy);
314 oldx = newx;
460 SkFixed oldx = fCx; local
471 newx = oldx + (fCDx >> dshift);
481 // SkDebugf("LastX err=%d, LastY err=%d\n", (oldx + (fCDx >> shift) - fLastX), (oldy + (fCDy >> shift) - fLastY));
492 success = this->updateLine(oldx, oldy, newx, newy);
493 oldx = newx;
  /external/libvncserver/examples/
example.c 63 int oldx,oldy; member in struct:ClientData
134 x,y,cd->oldx,cd->oldy);
136 if(x1>cd->oldx) x1++; else cd->oldx++;
138 rfbMarkRectAsModified(cl->screen,x,y,cd->oldx,cd->oldy);
158 cd->oldx=x; cd->oldy=y; cd->oldButton=buttonMask;
201 int x1=cd->oldx,y1=cd->oldy,x2,y2;
202 cd->oldx+=rfbDrawCharWithClip(cl->screen,&radonFont,cd->oldx,cd->oldy,(char)key,0,0,cl->screen->width,cl->screen->height,0x00ffffff,0x00ffffff);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 221 double oldx = Double.POSITIVE_INFINITY; local
241 if (FastMath.abs(x - oldx) <= tolerance) {
264 oldx = x;
275 oldx = Double.POSITIVE_INFINITY;
360 double oldx = Double.POSITIVE_INFINITY; local
389 oldx = Double.POSITIVE_INFINITY;
395 if (FastMath.abs(x - oldx) <= tolerance) {
411 oldx = x;
RiddersSolver.java 193 double oldx = Double.POSITIVE_INFINITY; local
210 if (FastMath.abs(x - oldx) <= tolerance) {
242 oldx = x;
  /external/jdiff/src/jdiff/
DiffMyers.java 144 int x, y, oldx, tlo = fd[fdiagoff + d - 1], thi = fd[fdiagoff + d + 1]; local
150 oldx = x;
155 if (x - oldx > 20)
176 int x, y, oldx, tlo = bd[bdiagoff + d - 1], thi = bd[bdiagoff + d + 1]; local
182 oldx = x;
187 if (oldx - x > 20)
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]

Completed in 188 milliseconds