OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRow
(Results
1 - 19
of
19
) sorted by null
/cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js
164
var
nextRow
= (j + 1) * rowSize;
168
lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++
nextRow
])) * invC;
201
var
nextRow
= (j + 1) * rowSize;
206
lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[
nextRow
])) * invC;
207
lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++
nextRow
])) * invC;
266
var
nextRow
= (j + 1) * rowSize;
268
div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++
nextRow
] - v[++previousRow]);
284
var
nextRow
= (j + 1) * rowSize;
288
v[currentPos] -= hScale * (p[++
nextRow
] - p[++prevRow]);
/external/chromium_org/v8/benchmarks/
navier-stokes.js
146
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/v8/benchmarks/
navier-stokes.js
146
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]);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java
336
int
nextRow
= 0;
373
nextRow
= Math.max(
nextRow
, row + rowSpan);
394
assert
nextRow
> implicitRow;
395
implicitRow =
nextRow
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java
505
int
nextRow
= 1;
516
assert
nextRow
> row;
518
row =
nextRow
;
533
nextRow
= Math.max(
nextRow
, view.row + view.rowSpan);
539
assert
nextRow
> row;
541
row =
nextRow
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.cpp
[
all
...]
/frameworks/base/core/java/android/widget/
GridView.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
Completed in 340 milliseconds