Searched refs:cblas_zhpr2 (Results 1 – 7 of 7) sorted by relevance
/external/cblas/testing/ |
D | c_z2chke.c | 743 cblas_zhpr2(INVALID, CblasUpper, 0, ALPHA, X, 1, Y, 1, A ); in F77_z2chke() 746 cblas_zhpr2(CblasColMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A ); in F77_z2chke() 749 cblas_zhpr2(CblasColMajor, CblasUpper, INVALID, ALPHA, X, 1, Y, 1, A ); in F77_z2chke() 752 cblas_zhpr2(CblasColMajor, CblasUpper, 0, ALPHA, X, 0, Y, 1, A ); in F77_z2chke() 755 cblas_zhpr2(CblasColMajor, CblasUpper, 0, ALPHA, X, 1, Y, 0, A ); in F77_z2chke() 758 cblas_zhpr2(CblasRowMajor, INVALID, 0, ALPHA, X, 1, Y, 1, A ); in F77_z2chke() 761 cblas_zhpr2(CblasRowMajor, CblasUpper, INVALID, ALPHA, X, 1, Y, 1, A ); in F77_z2chke() 764 cblas_zhpr2(CblasRowMajor, CblasUpper, 0, ALPHA, X, 0, Y, 1, A ); in F77_z2chke() 767 cblas_zhpr2(CblasRowMajor, CblasUpper, 0, ALPHA, X, 1, Y, 0, A ); in F77_z2chke()
|
D | zin2 | 34 cblas_zhpr2 T PUT F FOR NO TEST. SAME COLUMNS.
|
D | c_zblas2.c | 677 cblas_zhpr2( CblasRowMajor, UNDEFINED, *n, alpha, x, *incx, y, in F77_zhpr2() 708 cblas_zhpr2( CblasRowMajor, uplo, *n, alpha, x, *incx, y, *incy, AP ); in F77_zhpr2() 738 cblas_zhpr2( CblasColMajor, uplo, *n, alpha, x, *incx, y, *incy, ap ); in F77_zhpr2() 740 cblas_zhpr2( UNDEFINED, uplo, *n, alpha, x, *incx, y, *incy, ap ); in F77_zhpr2()
|
/external/cblas/src/ |
D | cblas_zhpr2.c | 12 void cblas_zhpr2(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, in cblas_zhpr2() function
|
D | Makefile | 136 cblas_zhpr.o cblas_zhpr2.o
|
/external/cblas/ |
D | Android.bp | 148 "src/cblas_zhpr2.c",
|
/external/cblas/include/ |
D | cblas.h | 403 void cblas_zhpr2(const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N,
|