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

  /external/cblas/src/
cblas_zhpr2.c 2 * cblas_zhpr2.c
12 void cblas_zhpr2(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, function
46 cblas_xerbla(2, "cblas_zhpr2","Illegal Uplo setting, %d\n",Uplo );
64 cblas_xerbla(2, "cblas_zhpr2","Illegal Uplo setting, %d\n", Uplo);
138 cblas_xerbla(1, "cblas_zhpr2","Illegal Order setting, %d\n", order);
Makefile 136 cblas_zhpr.o cblas_zhpr2.o
  /frameworks/rs/cpu_ref/
rsCpuBLAS.inc 96 RS_APPLY_MACRO_TO(cblas_zhpr2)
rsCpuIntrinsicBLAS.cpp 632 cblas_zhpr2(CblasRowMajor, Uplo, call->N, (void*)&call->alpha.z, X,
    [all...]
  /external/cblas/testing/
c_z2chke.c 740 } else if (strncmp( sf,"cblas_zhpr2",11)==0) {
741 cblas_rout = "cblas_zhpr2";
743 cblas_zhpr2(INVALID, CblasUpper, 0, ALPHA, X, 1, Y, 1, A );
746 cblas_zhpr2(CblasColMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A );
749 cblas_zhpr2(CblasColMajor, CblasUpper, INVALID, ALPHA, X, 1, Y, 1, A );
752 cblas_zhpr2(CblasColMajor, CblasUpper, 0, ALPHA, X, 0, Y, 1, A );
755 cblas_zhpr2(CblasColMajor, CblasUpper, 0, ALPHA, X, 1, Y, 0, A );
758 cblas_zhpr2(CblasRowMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A );
761 cblas_zhpr2(CblasRowMajor, CblasUpper, INVALID, ALPHA, X, 1, Y, 1, A );
764 cblas_zhpr2(CblasRowMajor, CblasUpper, 0, ALPHA, X, 0, Y, 1, A )
    [all...]
c_zblas2.c 677 cblas_zhpr2( CblasRowMajor, UNDEFINED, *n, alpha, x, *incx, y,
708 cblas_zhpr2( CblasRowMajor, uplo, *n, alpha, x, *incx, y, *incy, AP );
738 cblas_zhpr2( CblasColMajor, uplo, *n, alpha, x, *incx, y, *incy, ap );
740 cblas_zhpr2( UNDEFINED, uplo, *n, alpha, x, *incx, y, *incy, ap );
c_zblat2.f 43 * cblas_zhpr2 T PUT F FOR NO TEST. SAME COLUMNS.
123 $ 'cblas_zhpr ','cblas_zher2 ','cblas_zhpr2 '/
    [all...]
  /external/cblas/include/
cblas.h 403 void cblas_zhpr2(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N,

Completed in 402 milliseconds