Searched refs:sstot (Results 1 – 1 of 1) sorted by relevance
542 float sstot = 0; in solveLeastSquares() local552 sstot += w[h] * w[h] * var * var; in solveLeastSquares()554 *outDet = sstot > 0.000001f ? 1.0f - (sserr / sstot) : 1; in solveLeastSquares()557 ALOGD(" - sstot=%f", sstot); in solveLeastSquares()