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