Home
last modified time | relevance | path

Searched refs:scaledA (Results 1 – 3 of 3) 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/src/pathops/
DSkPathOpsOp.cpp433 SkPath scaledA, scaledB; in Op() local
434 scaledA.addPath(one, scale); in Op()
435 scaledA.setFillType(one.getFillType()); in Op()
438 scaledRgnA.setPath(scaledA, openClip); in Op()
/external/skia/tests/
DPathOpsExtendedTest.cpp530 SkPath scaledA, scaledB; in innerPathOp() local
531 scaledA.addPath(a, scale); in innerPathOp()
532 scaledA.setFillType(a.getFillType()); in innerPathOp()
535 scaledRgnA.setPath(scaledA, openClip); in innerPathOp()