Source position: cblas.pas line 305
function cblas_dsdot(
N: SInt32;
X: Float32Ptr;
incX: SInt32;
Y: Float32Ptr;
incY: SInt32
):Float64;