Home
last modified time | relevance | path

Searched refs:scaledA (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dmatrix_function.cpp114 MatrixType scaledA; in testMatrixLogarithm() local
117 scaledA = A * 0.9 * M_PI / maxImagPartOfSpectrum; in testMatrixLogarithm()
119 scaledA = A; in testMatrixLogarithm()
122 MatrixType expA = scaledA.exp(); in testMatrixLogarithm()
124 VERIFY_IS_APPROX(logExpA, scaledA); in testMatrixLogarithm()
/external/skia/tests/
DPathOpsExtendedTest.cpp519 SkPath scaledA, scaledB; in innerPathOp() local
520 scaledA.addPath(a, scale); in innerPathOp()
521 scaledA.setFillType(a.getFillType()); in innerPathOp()
524 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()