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

  /external/skia/src/utils/
SkBoundaryPatch.cpp 50 const SkScalar invC = SkScalarInvert(SkIntToScalar(cols - 1));
53 SkScalar yy = y * invC;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
navier-stokes.js 159 var invC = 1 / c;
168 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
196 var invC = 1/c;
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;
  /external/v8/benchmarks/
navier-stokes.js 141 var invC = 1 / c;
150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC;
178 var invC = 1/c;
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;

Completed in 506 milliseconds