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

/frameworks/rs/cpp/
H A DrsCppStructs.h2905 * CHPMV performs the matrix-vector operation
2927 void CHPMV(RsBlasUplo Uplo, Float2 alpha, sp<Allocation> Ap, sp<Allocation> X,
H A DScriptIntrinsicBLAS.cpp1022 void ScriptIntrinsicBLAS::CHPMV(RsBlasUplo Uplo, Float2 alpha, sp<Allocation> Ap, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1878 * CHPMV performs the matrix-vector operation
1900 public void CHPMV(@Uplo int Uplo, Float2 alpha, Allocation Ap, Allocation X, int incX, Float2 beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2329 * CHPMV performs the matrix-vector operation
2351 public void CHPMV(@Uplo int Uplo, Float2 alpha, Allocation Ap, Allocation X, int incX, Float2 beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS

Completed in 55 milliseconds