Searched defs:STRSV (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp494 void ScriptIntrinsicBLAS::STRSV(RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java895 * STRSV solves one of the systems of equations
907 public void STRSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java1078 * STRSV solves one of the systems of equations
1090 public void STRSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS

Completed in 1847 milliseconds