Searched defs:lengthSquared (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DVector.cpp25 float lenSquared = lengthSquared(vec);
29 float Vector2::lengthSquared(const Vector2 &vec) function in class:Vector2
64 float lenSquared = lengthSquared(vec);
68 float Vector3::lengthSquared(const Vector3 &vec) function in class:Vector3
163 float lenSquared = lengthSquared(vec);
167 float Vector4::lengthSquared(const Vector4 &vec) function in class:Vector4
/external/skia/src/core/
H A DSkPoint.cpp96 // *lengthSquared. Returns true if the distance is judged to be "nearly zero".
102 float *lengthSquared) {
103 *lengthSquared = getLengthSquared(dx, dy);
104 return *lengthSquared <= (SK_ScalarNearlyZero * SK_ScalarNearlyZero);
101 isLengthNearlyZero(float dx, float dy, float *lengthSquared) argument
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint.h116 float lengthSquared() const function in class:blink::FloatPoint
H A DFloatPoint3D.h121 float lengthSquared() const { return this->dot(*this); } function in class:blink::FloatPoint3D
122 float length() const { return sqrtf(lengthSquared()); }
/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp97 // *lengthSquared. Returns true if the distance is judged to be "nearly zero".
103 float *lengthSquared) {
104 *lengthSquared = getLengthSquared(dx, dy);
105 return *lengthSquared <= (SK_ScalarNearlyZero * SK_ScalarNearlyZero);
102 isLengthNearlyZero(float dx, float dy, float *lengthSquared) argument
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h69 return sqrt(lengthSquared());
72 double lengthSquared() const { function in struct:SkDVector
202 return temp.lengthSquared();
/external/skia/src/pathops/
H A DSkPathOpsPoint.h69 return sqrt(lengthSquared());
72 double lengthSquared() const { function in struct:SkDVector
202 return temp.lengthSquared();
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp142 inline T lengthSquared (const Vector<T, Size>& a) function in namespace:tcu
153 return ::sqrt(lengthSquared(a));
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h242 return sqrt(lengthSquared());
245 double lengthSquared() const { function in struct:_Vector
326 return temp.lengthSquared();
/external/skia/experimental/Intersection/
H A DDataTypes.h242 return sqrt(lengthSquared());
245 double lengthSquared() const { function in struct:_Vector
326 return temp.lengthSquared();

Completed in 8815 milliseconds