Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/rsblas/src/android/renderscript/cts/
H A DIntrinsicBLAS.java967 … private void xHBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHBMV_API_test() method in IntrinsicBLAS
1009 xHBMV_API_test(Uplo, K, incX, incX, mMatrix); in L2_xHBMV_API()