Searched refs:GetApproxValue (Results 1 – 1 of 1) sorted by relevance
263 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function280 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()