Source position: cblas.pas line 597
procedure cblas_cher2(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
N: SInt32;
alpha: UnivPtr;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32;
A: UnivPtr;
lda: SInt32
);