Searched refs:vectorDot (Results 1 – 1 of 1) sorted by relevance
48 static float vectorDot(const float* a, const float* b, uint32_t m) { in vectorDot() function473 float dot = vectorDot(&q[j][0], &q[i][0], m); in solveLeastSquares()493 r[j][i] = i < j ? 0 : vectorDot(&q[j][0], &a[i][0], m); in solveLeastSquares()521 outB[i] = vectorDot(&q[i][0], wy, m); in solveLeastSquares()