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