Searched refs:GetApproxValue (Results 1 – 2 of 2) sorted by relevance
620 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function656 Out << GetApproxValue(getFloat()); in printPretty()676 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()677 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
358 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function456 OS << GetApproxValue(Value.getFloat()); in Visit()490 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()491 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()