Home
last modified time | relevance | path

Searched refs:LengthSquared (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dvector2d.cc28 int64_t Vector2d::LengthSquared() const { in LengthSquared() function in gfx::Vector2d
33 return static_cast<float>(std::sqrt(static_cast<double>(LengthSquared()))); in Length()
Dvector2d_f.cc31 double Vector2dF::LengthSquared() const { in LengthSquared() function in gfx::Vector2dF
36 return static_cast<float>(std::sqrt(LengthSquared())); in Length()
Dvector2d.h61 int64_t LengthSquared() const;
Dvector2d_f.h53 double LengthSquared() const;
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgeom.h61 inline float LengthSquared() { in LengthSquared() function
66 return sqrtf(LengthSquared()); in Length()
Dobject_tracker.cc519 detection.GetObjectBoundingBox().GetCenter()).LengthSquared(); in GetBestObjectForDetection()