HomeSort by relevance Sort by last modified time
    Searched defs:LengthSquared (Results 1 - 3 of 3) sorted by null

  /external/libmojo/ui/gfx/geometry/
vector2d.cc 28 int64_t Vector2d::LengthSquared() const {
33 return static_cast<float>(std::sqrt(static_cast<double>(LengthSquared())));
vector2d_f.cc 31 double Vector2dF::LengthSquared() const {
36 return static_cast<float>(std::sqrt(LengthSquared()));
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
geom.h 61 inline float LengthSquared() {
66 return sqrtf(LengthSquared());

Completed in 70 milliseconds