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

/frameworks/rs/cpp/
H A DrsCppStructs.h3374 * DSYRK performs one of the symmetric rank k operations
3386 void DSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, double alpha,
H A DScriptIntrinsicBLAS.cpp1423 void ScriptIntrinsicBLAS::DSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, double alpha, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2604 * DSYRK performs one of the symmetric rank k operations
2616 public void DSYRK(@Uplo int Uplo, @Transpose int Trans, double alpha, Allocation A, double beta, Allocation C) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java3294 * DSYRK performs one of the symmetric rank k operations
3306 public void DSYRK(@Uplo int Uplo, @Transpose int Trans, double alpha, Allocation A, double beta, Allocation C) { method in class:ScriptIntrinsicBLAS

Completed in 119 milliseconds