Searched refs:DSYMV (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 2698 * DSYMV performs the matrix-vector operation 2712 void DSYMV(RsBlasUplo Uplo, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
|
H A D | ScriptIntrinsicBLAS.cpp | 903 void ScriptIntrinsicBLAS::DSYMV(RsBlasUplo Uplo, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, function in class:ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 1606 * DSYMV performs the matrix-vector operation 1620 public void DSYMV(@Uplo int Uplo, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 1961 * DSYMV performs the matrix-vector operation 1975 public void DSYMV(@Uplo int Uplo, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
|
Completed in 37 milliseconds