Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp622 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function
724 Out << GetApproxValue(getFloat()); in printPretty()
744 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
745 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
H A DTextNodeDumper.cpp543 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function
641 OS << GetApproxValue(Value.getFloat()); in Visit()
675 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()
676 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()