Home
last modified time | relevance | path

Searched refs:ldc (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicBLAS.cpp52 uint8_t* c, int32_t c_offset, size_t ldc,
70 int* ldc) in initABC() argument
82 *ldc = (int)(ain[2]->mHal.drvState.lod[0].stride/size); in initABC()
154 int lda = 0, ldb = 0, ldc = 0; in walk_tiled_gemm() local
161 initABC(ain, sizeof(T_data) * vecSize, &A, &B, &C, &lda, &ldb, &ldc); in walk_tiled_gemm()
187 (T_data *)C + (mStart * ldc + nStart) * vecSize, ldc); in walk_tiled_gemm()
257 int lda = 0, ldb = 0, ldc = 0; in invokeForEach() local
279 initABC(ain, sizeof(float), &A, &X, &Y, &lda, &ldb, &ldc); in invokeForEach()
284 initABC(ain, sizeof(float), &A, &X, &Y, &lda, &ldb, &ldc); in invokeForEach()
321 initABC(ain, sizeof(double), &A, &X, &Y, &lda, &ldb, &ldc); in invokeForEach()
[all …]
DrsCpuBLASDispatch.h297 const float beta, float *C, const int ldc);
302 float *C, const int ldc);
306 const float beta, float *C, const int ldc);
311 float *C, const int ldc);
327 const double beta, double *C, const int ldc);
332 double *C, const int ldc);
336 const double beta, double *C, const int ldc);
341 double *C, const int ldc);
357 const void *beta, void *C, const int ldc);
362 void *C, const int ldc);
[all …]