Source position: cblas.pas line 380
procedure cblas_saxpy(
N: SInt32;
alpha: Float32;
X: Float32Ptr;
incX: SInt32;
Y: Float32Ptr;
incY: SInt32
);