Searched defs:RegressionSums (Results 1 – 1 of 1) sorted by relevance
574 struct RegressionSums { in RegressScrollVelocity() struct575 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()