Home
last modified time | relevance | path

Searched refs:verifyMatrix (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java111 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, -4.0f, 0.0f, 0.0f, 1.0f }); in testReset()
113 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testReset()
118 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetScale()
120 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetScale()
125 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetScale2()
128 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, -4.0f, 0.0f, 0.0f, 1.0f }); in testSetScale2()
134 verifyMatrix(new float[] { in testSetRotate()
142 verifyMatrix(new float[] { in testSetRotate2()
151 verifyMatrix(new float[] { 2.0f, -1.0f, 0.0f, 1.0f, 2.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetSinCos()
157 verifyMatrix(new float[] { 2.0f, -1.0f, 1.0f, 1.0f, 2.0f, -7.0f, 0.0f, 0.0f, 1.0f }); in testSetSinCos2()
[all …]
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java119 private void verifyMatrix(Allocation ref, Allocation out) { in verifyMatrix() method in IntrinsicBLAS
120 verifyMatrix(ref, out, false); in verifyMatrix()
128 private void verifyMatrix(Allocation ref, Allocation out, boolean isUpperMatrix) { in verifyMatrix() method in IntrinsicBLAS
331 verifyMatrix(vectorYRef, vectorYS); in test_L2_SGEMV_Correctness()
341 verifyMatrix(vectorYRef, vectorXS); in test_L2_SGEMV_Correctness()
347 verifyMatrix(vectorYRef, vectorXS); in test_L2_SGEMV_Correctness()
363 verifyMatrix(vectorYRef, vectorYS); in test_L2_SGEMV_Correctness()
386 verifyMatrix(vectorYRef, vectorYD); in test_L2_DGEMV_Correctness()
396 verifyMatrix(vectorYRef, vectorXD); in test_L2_DGEMV_Correctness()
402 verifyMatrix(vectorYRef, vectorXD); in test_L2_DGEMV_Correctness()
[all …]
Dverify.rscript173 void verifyMatrix(rs_allocation ref_in, rs_allocation tst_in, double l2Norm, bool isUpperMatrix) {