Source position: cblas.pas line 407
procedure cblas_zaxpy(
N: SInt32;
alpha: UnivPtr;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32
);