Source position: cblas.pas line 694
procedure cblas_cherk(
Order: CBLAS_ORDER;
Uplo: CBLAS_UPLO;
Trans: CBLAS_TRANSPOSE;
N: SInt32;
K: SInt32;
alpha: Float32;
A: UnivPtr;
lda: SInt32;
beta: Float32;
C: UnivPtr;
ldc: SInt32
);