Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph.cpp373 double GraphRenderer::TimeStat::getDouble(StatType T) const { in getDouble() function in GraphRenderer::TimeStat
414 std::sqrt(S.getDouble(EC) / G.GraphEdgeMax.getDouble(EC))) in exportGraphAsDOT()
434 std::sqrt(VA.S.getDouble(VC) / G.GraphVertexMax.getDouble(VC))) in exportGraphAsDOT()
H A Dxray-graph-diff.cpp244 double LeftAttr = LeftStat.getDouble(T); in statRelDiff()
245 double RightAttr = RightStat.getDouble(T); in statRelDiff()
H A Dxray-graph.h52 double getDouble(StatType T) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp292 setDouble(Other.getDouble()); in operator =()
353 double VariantValue::getDouble() const { in getDouble() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h130 return Value.getDouble();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h284 double getDouble() const;