Home
last modified time | relevance | path

Searched refs:GetApproxValue (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp620 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function
719 Out << GetApproxValue(getFloat()); in printPretty()
739 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
740 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
H A DTextNodeDumper.cpp401 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function
499 OS << GetApproxValue(Value.getFloat()); in Visit()
533 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
534 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()