Searched refs:validateGER (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 3386 …private boolean validateGER(Element e, Allocation X, int incX, Allocation Y, int incY, Allocation … in validateGER() method in IntrinsicBLAS 3429 if (validateGER(elemA, vecX, incX, vecY, incY, matA)) { in xGER_API_test()
|