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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolatingFunction.java 487 final double[][] aXY = new double[N][N];
496 aXY[i][j] = j * aX[i][j];
554 return apply(pX, pY, aXY);
  /external/skia/src/core/
SkGeometry.cpp 1018 Sk2s aXY = coeff.fNumer.eval(tt1);
1026 Sk2s bXY = times_2(dXY) - (aXY + cXY) * Sk2s(0.5f);
1028 dst->fPts[0] = to_point(aXY / aZZ);
    [all...]

Completed in 41 milliseconds