Source position: cblas.pas line 442
procedure cblas_dscal(
N: SInt32;
alpha: Float64;
X: Float64Ptr;
incX: SInt32
);