Home
last modified time | relevance | path

Searched refs:GetSqrLength (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector2.h62 T GetSqrLength() const;
256 return sqrt(GetSqrLength()); in GetLength()
260 T Vector2<T>::GetSqrLength() const in GetSqrLength() function in OHOS::Rosen::Vector2
H A Drs_vector3.h44 T GetSqrLength() const;
132 T Vector3<T>::GetSqrLength() const in GetSqrLength() function in OHOS::Rosen::Vector3
143 return sqrt(GetSqrLength()); in GetLength()
H A Drs_vector4.h49 T GetSqrLength() const;
209 T Vector4<T>::GetSqrLength() const in GetSqrLength() function in OHOS::Rosen::Vector4
221 return sqrt(GetSqrLength()); in GetLength()
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector2.h62 T GetSqrLength() const;
245 return sqrt(GetSqrLength()); in GetLength()
249 T Vector2<T>::GetSqrLength() const in GetSqrLength() function in OHOS::MMI::Vector2
H A Dmmi_vector3.h43 T GetSqrLength() const;
131 T Vector3<T>::GetSqrLength() const in GetSqrLength() function in OHOS::MMI::Vector3
142 return sqrt(GetSqrLength()); in GetLength()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_vector3_test.cpp80 * @tc.desc: test results of GetSqrLength
87 float res = vector.GetSqrLength(); in HWTEST_F()
H A Drs_vector4_test.cpp66 * @tc.desc: test results of GetSqrLength
73 float sum = vector.GetSqrLength(); in HWTEST_F()

Completed in 9 milliseconds