Home
last modified time | relevance | path

Searched refs:SquaredDistanceTo (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dcontroller_manager.cc372 last_scoring_point_.SquaredDistanceTo(scoring_point) < in GetSortedControllers()
397 return lhs_scoring_point->second.SquaredDistanceTo(scoring_point) < in GetSortedControllers()
398 rhs_scoring_point->second.SquaredDistanceTo(scoring_point); in GetSortedControllers()
440 float ControllerManagerImpl::ScoringPoint::SquaredDistanceTo( in SquaredDistanceTo() function in webrtc::ControllerManagerImpl::ScoringPoint
Dcontroller_manager.h97 float SquaredDistanceTo(const ScoringPoint& scoring_point) const;
/external/libchrome/ui/gfx/geometry/
Dpoint3_f.h63 float SquaredDistanceTo(const Point3F& other) const { in SquaredDistanceTo() function