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

  /cts/tests/tests/graphics/src/android/graphics/cts/
MatrixTest.java 111 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, -4.0f, 0.0f, 0.0f, 1.0f });
113 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f });
118 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f });
120 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, 0.0f, 0.0f, 0.0f, 1.0f });
125 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 1.0f });
128 verifyMatrix(new float[] { 1.0f, 0.0f, 0.0f, 0.0f, 2.0f, -4.0f, 0.0f, 0.0f, 1.0f });
134 verifyMatrix(new float[] {
142 verifyMatrix(new float[] {
151 verifyMatrix(new float[] { 2.0f, -1.0f, 0.0f, 1.0f, 2.0f, 0.0f, 0.0f, 0.0f, 1.0f });
157 verifyMatrix(new float[] { 2.0f, -1.0f, 1.0f, 1.0f, 2.0f, -7.0f, 0.0f, 0.0f, 1.0f })
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 119 private void verifyMatrix(Allocation ref, Allocation out) {
120 verifyMatrix(ref, out, false);
128 private void verifyMatrix(Allocation ref, Allocation out, boolean isUpperMatrix) {
331 verifyMatrix(vectorYRef, vectorYS);
341 verifyMatrix(vectorYRef, vectorXS);
347 verifyMatrix(vectorYRef, vectorXS);
363 verifyMatrix(vectorYRef, vectorYS);
386 verifyMatrix(vectorYRef, vectorYD);
396 verifyMatrix(vectorYRef, vectorXD);
402 verifyMatrix(vectorYRef, vectorXD)
    [all...]
verify.rs 173 void verifyMatrix(rs_allocation ref_in, rs_allocation tst_in, double l2Norm, bool isUpperMatrix) {

Completed in 220 milliseconds