Source position: cblas.pas line 433
procedure cblas_drotm(
N: SInt32;
var X: Float64;
incX: SInt32;
var Y: Float64;
incY: SInt32;
P: Float64Ptr
);