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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 33 bool operator()(typename MaximumSpanningTree<CT>::EdgeWeight X,
34 typename MaximumSpanningTree<CT>::EdgeWeight Y) const {
55 typedef std::pair<Edge, double> EdgeWeight;
56 typedef std::vector<EdgeWeight> EdgeWeights;
  /system/update_engine/payload_generator/
graph_utils.cc 38 uint64_t EdgeWeight(const Graph& graph, const Edge& edge) {
  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 31 typedef std::pair<Edge, double> EdgeWeight;
32 typedef std::vector<EdgeWeight> EdgeWeights;
46 bool operator()(EdgeWeight X, EdgeWeight Y) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfo.h 58 typedef std::pair<Edge, double> EdgeWeight;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp 105 double EdgeWeight = PI->getEdgeWeight(E);
106 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; }
108 << format("%20.20g",EdgeWeight) << "\n";
109 inWeight += EdgeWeight;
120 double EdgeWeight = PI->getEdgeWeight(E);
121 if (EdgeWeight == ProfileInfoT<FType, BType>::MissingValue) { EdgeWeight = 0; }
123 << format("%20.20g",EdgeWeight) << "\n";
124 outWeight += EdgeWeight;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /external/llvm/include/llvm/Support/
GCOV.h 298 struct EdgeWeight {
299 EdgeWeight(GCOVBlock *D) : Dst(D), Count(0) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 310 struct EdgeWeight {
311 EdgeWeight(GCOVBlock *D) : Dst(D) {}

Completed in 788 milliseconds