Function THIntBlas_dot

Source
pub unsafe extern "C" fn THIntBlas_dot(
    n: c_long,
    x: *mut c_int,
    incx: c_long,
    y: *mut c_int,
    incy: c_long,
) -> c_int