Home
last modified time | relevance | path

Searched defs:RegressionSums (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libchrome-gestures/src/
H A Dimmediate_interpreter.cc574 struct RegressionSums { in RegressScrollVelocity() struct
575 float tt_; // Cumulative sum of t^2. in RegressScrollVelocity()
576 float t_; // Cumulative sum of t. in RegressScrollVelocity()
577 float tx_; // Cumulative sum of t * x. in RegressScrollVelocity()
578 float ty_; // Cumulative sum of t * y. in RegressScrollVelocity()
579 float x_; // Cumulative sum of x. in RegressScrollVelocity()
580 float y_; // Cumulative sum of y. in RegressScrollVelocity()