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

  /external/cblas/src/
cblas_chpr2.c 2 * cblas_chpr2.c
12 void cblas_chpr2(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, function
46 cblas_xerbla(2, "cblas_chpr2","Illegal Uplo setting, %d\n",Uplo );
64 cblas_xerbla(2, "cblas_chpr2","Illegal Uplo setting, %d\n", Uplo);
137 cblas_xerbla(1, "cblas_chpr2","Illegal Order setting, %d\n", order);
Makefile 128 cblas_chpr.o cblas_chpr2.o
  /frameworks/rs/cpu_ref/
rsCpuBLAS.inc 86 RS_APPLY_MACRO_TO(cblas_chpr2)
rsCpuIntrinsicBLAS.cpp 442 cblas_chpr2(CblasRowMajor, Uplo, call->N, (void*)&call->alpha.c, X,
    [all...]
  /external/cblas/testing/
c_c2chke.c 740 } else if (strncmp( sf,"cblas_chpr2",11)==0) {
741 cblas_rout = "cblas_chpr2";
743 cblas_chpr2(INVALID, CblasUpper, 0, ALPHA, X, 1, Y, 1, A );
746 cblas_chpr2(CblasColMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A );
749 cblas_chpr2(CblasColMajor, CblasUpper, INVALID, ALPHA, X, 1, Y, 1, A );
752 cblas_chpr2(CblasColMajor, CblasUpper, 0, ALPHA, X, 0, Y, 1, A );
755 cblas_chpr2(CblasColMajor, CblasUpper, 0, ALPHA, X, 1, Y, 0, A );
758 cblas_chpr2(CblasRowMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A );
761 cblas_chpr2(CblasRowMajor, CblasUpper, INVALID, ALPHA, X, 1, Y, 1, A );
764 cblas_chpr2(CblasRowMajor, CblasUpper, 0, ALPHA, X, 0, Y, 1, A )
    [all...]
c_cblas2.c 677 cblas_chpr2( CblasRowMajor, UNDEFINED, *n, alpha, x, *incx, y,
708 cblas_chpr2( CblasRowMajor, uplo, *n, alpha, x, *incx, y, *incy, AP );
738 cblas_chpr2( CblasColMajor, uplo, *n, alpha, x, *incx, y, *incy, ap );
740 cblas_chpr2( UNDEFINED, uplo, *n, alpha, x, *incx, y, *incy, ap );
c_cblat2.f 43 * cblas_chpr2 T PUT F FOR NO TEST. SAME COLUMNS.
122 $ 'cblas_chpr ','cblas_cher2 ','cblas_chpr2 '/
    [all...]
  /external/cblas/
Android.mk 37 src/cblas_chpr2.c \
  /external/cblas/include/
cblas.h 372 void cblas_chpr2(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N,

Completed in 196 milliseconds