/frameworks/rs/cpp/ |
ScriptIntrinsicBLAS.cpp | 297 void ScriptIntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, sp<Allocation> A, [all...] |
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicBLAS.java | 499 * ZGBMV performs one of the matrix-vector operations 522 public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int incY) { [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicBLAS.java | 576 * ZGBMV performs one of the matrix-vector operations 599 public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int incY) { [all...] |
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
IntrinsicBLAS.java | 556 mBLAS.ZGBMV(trans, KL, KU, alphaZ, matA, vecX, incX, betaZ, vecY, incY); 578 mBLAS.ZGBMV(trans, KL, KU, alphaZ, matA, vecX, incX, betaZ, vecY, incY); 579 fail("should throw RSRuntimeException for ZGBMV"); [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/prebuilts/sdk/23/ |
android.jar | |