Searched refs:ftostr (Results 1 – 3 of 3) sorted by relevance
104 static inline std::string ftostr(double V) { in ftostr() function112 static inline std::string ftostr(const APFloat& V) { in ftostr() function114 return ftostr(V.convertToDouble()); in ftostr()116 return ftostr((double)V.convertToFloat()); in ftostr()
668 std::string StrVal = ftostr(APF); in isFPCSafeToPrint()1012 Num = ftostr(FPC->getValueAPF()); in printConstant()
223 std::string StrVal = ftostr(CFP->getValueAPF()); in printCFP()