Searched refs:nextRow (Results 1 - 5 of 5) sorted by relevance

/external/v8/benchmarks/
H A Dnavier-stokes.js146 var nextRow = (j + 1) * rowSize;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
183 var nextRow = (j + 1) * rowSize;
188 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
248 var nextRow = (j + 1) * rowSize;
250 div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
266 var nextRow = (j + 1) * rowSize;
270 v[currentPos] -= hScale * (p[++nextRow] - p[++prevRow]);
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.cpp1299 unsigned nextRow = std::upper_bound(m_rowPos.begin(), m_rowPos.end(), offsetInColumnDirection) - m_rowPos.begin(); local
1300 if (nextRow == m_rowPos.size())
1303 unsigned hitRow = nextRow > 0 ? nextRow - 1 : 0;
/external/webkit/Source/WebCore/editing/
H A DDeleteSelectionCommand.cpp673 RefPtr<Node> nextRow = row->nextSibling(); local
676 row = nextRow.get();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 144 milliseconds