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

/frameworks/rs/cpp/
H A DrsCppStructs.h2963 * CHER performs the rank 1 operation
2974 void CHER(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, int incX, const sp<Allocation>& A);
H A DScriptIntrinsicBLAS.cpp1061 void ScriptIntrinsicBLAS::CHER(RsBlasUplo Uplo, float alpha, const sp<Allocation>& X, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java1948 * CHER performs the rank 1 operation
1959 public void CHER(@Uplo int Uplo, float alpha, Allocation X, int incX, Allocation A) { method in class:ScriptIntrinsicBLAS
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java2429 * CHER performs the rank 1 operation
2440 public void CHER(@Uplo int Uplo, float alpha, Allocation X, int incX, Allocation A) { method in class:ScriptIntrinsicBLAS

Completed in 67 milliseconds