Source position: cblas.pas line 383
procedure cblas_dcopy(
N: SInt32;
X: Float64Ptr;
incX: SInt32;
Y: Float64Ptr;
incY: SInt32
);