Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:currentRow

132                 var currentRow = j * rowSize;
133 ++currentRow;
135 x[currentRow] = x0[currentRow];
136 ++currentRow;
145 var currentRow = j * rowSize;
147 var lastX = x[currentRow];
148 ++currentRow;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
167 var currentRow = j * rowSize;
168 ++currentRow;
170 x[currentRow] = x0[currentRow];
171 y[currentRow] = y0[currentRow];
172 ++currentRow;
182 var currentRow = j * rowSize;
184 var lastX = x[currentRow];
185 var lastY = y[currentRow];
186 ++currentRow;
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;
246 var currentRow = row;
250 div[++currentRow] = h * (u[++nextValue] - u[++prevValue] + v[++nextRow] - v[++previousRow]);
251 p[currentRow] = 0;
265 var currentRow = j * rowSize;