Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp263 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function
280 OS << "Float: " << GetApproxValue(getFloat()); in dump()
294 OS << "ComplexFloat: " << GetApproxValue(getComplexFloatReal()) in dump()
295 << ", " << GetApproxValue(getComplexFloatImag()); in dump()
356 Out << GetApproxValue(getFloat()); in printPretty()
373 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()
374 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()