Searched refs:GetApproxValue (Results 1 – 2 of 2) sorted by relevance
622 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function721 Out << GetApproxValue(getFloat()); in printPretty()741 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()742 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
429 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function527 OS << GetApproxValue(Value.getFloat()); in Visit()561 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()562 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()