Home
last modified time | relevance | path

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

/ohos5.0/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
H A Drs_vector3.h44 T GetSqrLength() const;
132 T Vector3<T>::GetSqrLength() const in GetSqrLength() function
143 return sqrt(GetSqrLength()); in GetLength()
H A Drs_vector4.h49 T GetSqrLength() const;
209 T Vector4<T>::GetSqrLength() const in GetSqrLength() function
221 return sqrt(GetSqrLength()); in GetLength()
/ohos5.0/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
H A Dmmi_vector3.h43 T GetSqrLength() const;
131 T Vector3<T>::GetSqrLength() const in GetSqrLength() function
142 return sqrt(GetSqrLength()); in GetLength()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_vector3_test.cpp87 float res = vector.GetSqrLength();
H A Drs_vector4_test.cpp73 float sum = vector.GetSqrLength();