19double mnddot(
unsigned int n,
const double *dx,
int incx,
const double *dy,
int incy)
45 if (incx == 1 && incy == 1) {
55 ix = (-
static_cast<int>(
n) + 1) * incx + 1;
58 iy = (-
static_cast<int>(
n) + 1) * incy + 1;
61 for (i__ = 1; i__ <= i__1; ++i__) {
62 dtemp += dx[ix] * dy[iy];
80 for (i__ = 1; i__ <= i__1; ++i__) {
81 dtemp += dx[i__] * dy[i__];
90 for (i__ = mp1; i__ <= i__1; i__ += 5) {
91 dtemp = dtemp + dx[i__] * dy[i__] + dx[i__ + 1] * dy[i__ + 1] + dx[i__ + 2] * dy[i__ + 2] +
92 dx[i__ + 3] * dy[i__ + 3] + dx[i__ + 4] * dy[i__ + 4];
double mnddot(unsigned int, const double *, int, const double *, int)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...