Source position: cblas.pas line 614
procedure cblas_zhpr(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
N: SInt32;
alpha: Float64;
X: UnivPtr;
incX: SInt32;
A: UnivPtr
);