Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp228 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function
245 OS << "Float: " << GetApproxValue(getFloat()); in dump()
259 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()
260 << ", " << GetApproxValue(getComplexFloatImag()); in dump()
321 Out << GetApproxValue(getFloat()); in printPretty()
338 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
339 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()