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

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp1749 void ScriptIntrinsicBLAS::CHERK(RsBlasUplo Uplo, RsBlasTranspose Trans, float alpha, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java3143 * CHERK performs one of the hermitian rank k operations
3155 public void CHERK(@Uplo int Uplo, @Transpose int Trans, float alpha, Allocation A, float beta, Allocation C) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java3981 * CHERK performs one of the hermitian rank k operations
3993 public void CHERK(@Uplo int Uplo, @Transpose int Trans, float alpha, Allocation A, float beta, Allocation C) { method in class:ScriptIntrinsicBLAS

Completed in 92 milliseconds