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