HomeSort by relevance Sort by last modified time
    Searched refs:cblas_zgerc (Results 1 - 9 of 9) sorted by null

  /external/cblas/src/
cblas_zgerc.c 2 * cblas_zgerc.c
12 void cblas_zgerc(const enum CBLAS_ORDER order, const int M, const int N, function
80 } else cblas_xerbla(1, "cblas_zgerc", "Illegal Order setting, %d\n", order);
Makefile 135 cblas_ztpsv.o cblas_zgeru.o cblas_zgerc.o cblas_zher.o cblas_zher2.o \
  /external/cblas/testing/
c_z2chke.c 670 } else if (strncmp( sf,"cblas_zgerc",10)==0) {
671 cblas_rout = "cblas_zgerc";
673 cblas_zgerc(INVALID, 0, 0, ALPHA, X, 1, Y, 1, A, 1 );
676 cblas_zgerc(CblasColMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A, 1 );
679 cblas_zgerc(CblasColMajor, 0, INVALID, ALPHA, X, 1, Y, 1, A, 1 );
682 cblas_zgerc(CblasColMajor, 0, 0, ALPHA, X, 0, Y, 1, A, 1 );
685 cblas_zgerc(CblasColMajor, 0, 0, ALPHA, X, 1, Y, 0, A, 1 );
688 cblas_zgerc(CblasColMajor, 2, 0, ALPHA, X, 1, Y, 1, A, 1 );
691 cblas_zgerc(CblasRowMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A, 1 );
694 cblas_zgerc(CblasRowMajor, 0, INVALID, ALPHA, X, 1, Y, 1, A, 1 )
    [all...]
c_zblas2.c 131 cblas_zgerc( CblasRowMajor, *m, *n, alpha, x, *incx, y, *incy, A, LDA );
140 cblas_zgerc( CblasColMajor, *m, *n, alpha, x, *incx, y, *incy, a, *lda );
142 cblas_zgerc( UNDEFINED, *m, *n, alpha, x, *incx, y, *incy, a, *lda );
c_zblat2.f 38 * cblas_zgerc T PUT F FOR NO TEST. SAME COLUMNS.
122 $ 'cblas_zgerc ','cblas_zgeru ','cblas_zher ',
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuBLAS.inc 92 RS_APPLY_MACRO_TO(cblas_zgerc)
rsCpuIntrinsicBLAS.cpp 467 cblas_zgerc(CblasRowMajor, call->M, call->N, (void*)&call->alpha.z,
    [all...]
  /external/cblas/
Android.mk 138 src/cblas_zgerc.c \
  /external/cblas/include/
cblas.h 391 void cblas_zgerc(const enum CBLAS_ORDER order, const int M, const int N,

Completed in 924 milliseconds