Home
last modified time | relevance | path

Searched refs:solveUnweightedLeastSquaresDeg2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/
DVelocityTracker.cpp567 static float solveUnweightedLeastSquaresDeg2(const float* x, const float* y, size_t count) { in solveUnweightedLeastSquaresDeg2() function
650 outEstimator->xCoeff[1] = solveUnweightedLeastSquaresDeg2(time, x, m); in getEstimator()
651 outEstimator->yCoeff[1] = solveUnweightedLeastSquaresDeg2(time, y, m); in getEstimator()