Searched refs:DTBMV (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DrsCppStructs.h2111 * DTBMV performs one of the matrix-vector operations
2131 void DTBMV(RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag,
H A DScriptIntrinsicBLAS.cpp423 void ScriptIntrinsicBLAS::DTBMV(RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java698 * DTBMV performs one of the matrix-vector operations
718 public void DTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java825 * DTBMV performs one of the matrix-vector operations
845 public void DTBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS

Completed in 3089 milliseconds