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

/frameworks/rs/cpp/
H A DrsCppStructs.h3439 * DSYR2K performs one of the symmetric rank 2k operations
3452 void DSYR2K(RsBlasUplo Uplo, RsBlasTranspose Trans, double alpha,
H A DScriptIntrinsicBLAS.cpp1509 void ScriptIntrinsicBLAS::DSYR2K(RsBlasUplo Uplo, RsBlasTranspose Trans, double alpha, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2736 * DSYR2K performs one of the symmetric rank 2k operations
2749 public void DSYR2K(@Uplo int Uplo, @Transpose int Trans, double alpha, Allocation A, Allocation B, double beta, Allocation C) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java3460 * DSYR2K performs one of the symmetric rank 2k operations
3473 public void DSYR2K(@Uplo int Uplo, @Transpose int Trans, double alpha, Allocation A, Allocation B, double beta, Allocation C) { method in class:ScriptIntrinsicBLAS

Completed in 765 milliseconds