Searched refs:GetApproxValue (Results 1 – 2 of 2) sorted by relevance
620 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function719 Out << GetApproxValue(getFloat()); in printPretty()739 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()740 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
401 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function499 OS << GetApproxValue(Value.getFloat()); in Visit()533 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()534 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()