Home
last modified time | relevance | path

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

/cts/tests/tests/opengl/src/android/opengl/cts/
DMatrixTest.java60 verifyMatrix(matResult, new float[] { in testMultiplyMM()
80 verifyMatrix(matResult, new float[] { in testMultiplyMM()
100 verifyMatrix(matResult, new float[] { in testMultiplyMM()
119 verifyMatrix(matResult, new float[] { in testMultiplyMM()
139 verifyMatrix(matResult, new float[] { in testMultiplyMM()
165 verifyMatrix(matRhs, new float[] { in testMultiplyMMInPlace()
185 verifyMatrix(matLhs, new float[] { in testMultiplyMMInPlace()
199 verifyMatrix(mat, new float[] { in testMultiplyMMInPlace()
326 verifyMatrix(matResult, matTranspose); in testTransposeM()
342 verifyMatrix(matResult, matIden); in testInvertM()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java298 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, -4.0f, 0.0f, 0.0f, 1.0f }); in testReset()
300 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testReset()
305 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetScale()
307 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetScale()
312 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetScale2()
315 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, -4.0f, 0.0f, 0.0f, 1.0f }); in testSetScale2()
321 verifyMatrix(new float[] { in testSetRotate()
329 verifyMatrix(new float[] { in testSetRotate2()
338 verifyMatrix(new float[] { 2.0f, -1.0f, 0.0f, 1.0f, 2.0f, 0.0f, 0.0f, 0.0f, 1.0f }); in testSetSinCos()
344 verifyMatrix(new float[] { 2.0f, -1.0f, 1.0f, 1.0f, 2.0f, -7.0f, 0.0f, 0.0f, 1.0f }); in testSetSinCos2()
[all …]
DMatrix44Test.java91 verifyMatrix(new float[] {9.0f, 0.0f, 0.0f, 0.0f, in testSetValues()
135 verifyMatrix(new float[] {-2.0f, 2.0f, -1.0f, -1.0f, in testInvert()
172 verifyMatrix(new float[] {20.0f, 0.0f, 0.0f, 0.0f, in testConcat()
182 verifyMatrix(new float[] {1.0f, 0.0f, 0.0f, 0.0f, in testRotateX()
192 verifyMatrix(new float[] {0.70710677f, 0.0f, 0.70710677f, 0.0f, in testRotateY()
202 verifyMatrix(new float[] {0.70710677f, -0.70710677f, 0.0f, 0.0f, in testRotateZ()
212 verifyMatrix(new float[] {5.0f, 0.0f, 0.0f, 0.0f, in testScale()
222 verifyMatrix(new float[] {1.0f, 0.0f, 0.0f, 5.0f, in testTranslate()
229 private void verifyMatrix(float[] expected, float delta) { in verifyMatrix() method in Matrix44Test
/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) {