Searched refs:oldX (Results 1 – 5 of 5) sorted by relevance
265 double[] oldX = new double[cols]; in estimate() local346 oldX[pj] = parameters[pj].getEstimate(); in estimate()361 parameters[pj].setEstimate(oldX[pj] + lmDir[pj]); in estimate()436 parameters[pj].setEstimate(oldX[pj]); in estimate()
258 double[] oldX = new double[cols]; in doOptimize() local347 oldX[pj] = point[pj]; in doOptimize()365 point[pj] = oldX[pj] + lmDir[pj]; in doOptimize()446 point[pj] = oldX[pj]; in doOptimize()
139 float oldX = mDirectionalPad.getX() != 0.0f ? mDirectionalPad.getX() / 2.0f : 0.0f; in update() local141 newX = oldX + (trackball.getX() * ROLL_FILTER * mMovementSensitivity); in update()
286 const int oldX = xCorner == 0 ? 0 : oldWidth - minWidth; in compareCorners() local294 getSubregion(oldSurface.getAccess(), oldX, oldY, minWidth, minHeight); in compareCorners()
1116 const deInt32 oldX = reference.getPixelInt(x, y).x(); in calculateAtomicRef() local1118 …const deInt32 newX = computeBinaryAtomicOperationResult(m_params.atomicOperation, oldX, atomicArg… in calculateAtomicRef()