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