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

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1285 void ScriptIntrinsicBLAS::DGEMM(RsBlasTranspose TransA, RsBlasTranspose TransB, double alpha, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2364 * DGEMM performs one of the matrix-matrix operations
2377 public void DGEMM(@Transpose int TransA, @Transpose int TransB, double alpha, Allocation A, method in class:ScriptIntrinsicBLAS
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2977 * DGEMM performs one of the matrix-matrix operations
2990 public void DGEMM(@Transpose int TransA, @Transpose int TransB, double alpha, Allocation A, method in class:ScriptIntrinsicBLAS

Completed in 3091 milliseconds