31 CBLAS_INDEX n, i, j, tincx, tincy, incx=incX, incy=incY;
32 float *x=(
float *)X, *xx=(
float *)X, *y=(
float *)Y,
33 *yy=(
float *)Y, *tx, *ty, *stx, *sty;
46 cblas_xerbla(2,
"cblas_chpr2",
"Illegal Uplo setting, %d\n",Uplo );
64 cblas_xerbla(2,
"cblas_chpr2",
"Illegal Uplo setting, %d\n", Uplo);
75 x = malloc(n*
sizeof(
float));
76 y = malloc(n*
sizeof(
float));
137 cblas_xerbla(1,
"cblas_chpr2",
"Illegal layout setting, %d\n", layout);
void F77_chpr2(int *layout, char *uplow, int *n, CBLAS_TEST_COMPLEX *alpha, CBLAS_TEST_COMPLEX *x, int *incx, CBLAS_TEST_COMPLEX *y, int *incy, CBLAS_TEST_COMPLEX *ap)
void cblas_xerbla(CBLAS_INDEX p, const char *rout, const char *form,...)