Source position: cblas.pas line 319
procedure cblas_zdotu_sub(
N: SInt32;
X: UnivPtr;
incX: SInt32;
Y: UnivPtr;
incY: SInt32;
dotu: UnivPtr
);