Source position: cblas.pas line 591
procedure cblas_cgerc(
Order: CBLAS_ORDER;
M: SInt32;
N: SInt32;
alpha: UnivPtr;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32;
A: UnivPtr;
lda: SInt32
);