HomeSort by relevance Sort by last modified time
    Searched refs:GetDistance (Results 1 - 12 of 12) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Ability.php 36 public function GetDistance()
  /external/grpc-grpc/examples/cpp/route_guide/
route_guide_server.cc 55 float GetDistance(const Point& start, const Point& end) {
133 distance += GetDistance(previous, point);
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_dependence_helpers.cpp 494 auto distance = as_distance->GetDistance();
513 return *AsDependenceDistance()->GetDistance() ==
514 *other.AsDependenceDistance()->GetDistance();
loop_dependence.cpp     [all...]
loop_dependence.h 228 SENode* GetDistance() const { return distance_; }
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_dependence_helpers.cpp 494 auto distance = as_distance->GetDistance();
513 return *AsDependenceDistance()->GetDistance() ==
514 *other.AsDependenceDistance()->GetDistance();
loop_dependence.cpp     [all...]
loop_dependence.h 228 SENode* GetDistance() const { return distance_; }
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
RouteGuideUtil.cs 60 public static double GetDistance(this Point start, Point end)
  /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
RouteGuideImpl.cs 86 distance += (int) previous.GetDistance(point);
  /external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
dependence_analysis.cpp     [all...]

Completed in 251 milliseconds