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

/frameworks/rs/cpp/
H A DrsCppStructs.h2343 * STBSV solves one of the systems of equations
2363 void STBSV(RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag,
H A DScriptIntrinsicBLAS.cpp537 void ScriptIntrinsicBLAS::STBSV(RsBlasUplo Uplo, RsBlasTranspose TransA, RsBlasDiag Diag, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java979 * STBSV solves one of the systems of equations
999 public void STBSV(@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.java1194 * STBSV solves one of the systems of equations
1214 public void STBSV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Allocation X, int incX) { method in class:ScriptIntrinsicBLAS

Completed in 313 milliseconds