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()
399 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function497 OS << GetApproxValue(Value.getFloat()); in Visit()531 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()532 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()