Source position: cblas.pas line 462
procedure cblas_zdrot(
N: SInt32;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32;
c: Float64;
s: Float64
);