Source position: cblas.pas line 315
function cblas_ddot(
N: SInt32;
X: Float64Ptr;
incX: SInt32;
Y: Float64Ptr;
incY: SInt32
):Float64;