Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DVelocityTracker.cpp511 float ymean = 0; in solveLeastSquares() local
513 ymean += y[h]; in solveLeastSquares()
515 ymean /= m; in solveLeastSquares()
527 float var = y[h] - ymean; in solveLeastSquares()