Source position: cblas.pas line 385
procedure cblas_daxpy(
N: SInt32;
alpha: Float64;
X: Float64Ptr;
incX: SInt32;
Y: Float64Ptr;
incY: SInt32
);