Home
last modified time | relevance | path

Searched refs:GetLeastSquareParams (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/base/
H A Dleast_square_impl_test.cpp44 EXPECT_FALSE(leastSquareImpl1.GetLeastSquareParams(params)); in HWTEST_F()
51 EXPECT_FALSE(leastSquareImpl2.GetLeastSquareParams(params)); in HWTEST_F()
58 EXPECT_FALSE(leastSquareImpl3.GetLeastSquareParams(params)); in HWTEST_F()
66 EXPECT_TRUE(leastSquareImpl4.GetLeastSquareParams(params)); in HWTEST_F()
68 EXPECT_TRUE(leastSquareImpl4.GetLeastSquareParams(params)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dleast_square_impl.h71 bool GetLeastSquareParams(std::vector<double>& params);
H A Dleast_square_impl.cpp22 bool LeastSquareImpl::GetLeastSquareParams(std::vector<double>& params) in GetLeastSquareParams() function in OHOS::Ace::LeastSquareImpl
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dvelocity_tracker.cpp114 if (axis.GetLeastSquareParams(param)) { in UpdateAxisVelocity()

Completed in 2 milliseconds