Source position: cblas.pas line 460
procedure cblas_csrot(
N: SInt32;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32;
c: Float32;
s: Float32
);