Home | History | Annotate | Download | only in CppBackend

Lines Matching full:ftostr

200 static inline std::string ftostr(const APFloat& V) {
209 return "<unknown format in ftostr>"; // error
236 std::string StrVal = ftostr(CFP->getValueAPF());