Source position: cblas.pas line 593
procedure cblas_cher(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
N: SInt32;
alpha: Float32;
X: UnivPtr;
incX: SInt32;
A: UnivPtr;
lda: SInt32
);