Searched refs:GetApproxValue (Results 1 – 2 of 2) sorted by relevance
622 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function724 Out << GetApproxValue(getFloat()); in printPretty()744 Out << GetApproxValue(getComplexFloatReal()) << "+" in printPretty()745 << GetApproxValue(getComplexFloatImag()) << "i"; in printPretty()
543 static double GetApproxValue(const llvm::APFloat &F) { in GetApproxValue() function641 OS << GetApproxValue(Value.getFloat()); in Visit()675 OS << GetApproxValue(Value.getComplexFloatReal()) << " + " in Visit()676 << GetApproxValue(Value.getComplexFloatImag()) << 'i'; in Visit()