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

/frameworks/rs/cpp/
H A DrsCppStructs.h3406 * ZSYRK performs one of the symmetric rank k operations
3418 void ZSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha,
H A DScriptIntrinsicBLAS.cpp1453 void ScriptIntrinsicBLAS::ZSYRK(RsBlasUplo Uplo, RsBlasTranspose Trans, Double2 alpha, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java2657 * ZSYRK performs one of the symmetric rank k operations
2669 public void ZSYRK(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Double2 beta, Allocation C) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java3363 * ZSYRK performs one of the symmetric rank k operations
3375 public void ZSYRK(@Uplo int Uplo, @Transpose int Trans, Double2 alpha, Allocation A, Double2 beta, Allocation C) { method in class:ScriptIntrinsicBLAS

Completed in 901 milliseconds