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