Home
last modified time | relevance | path

Searched refs:ftostr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringExtras.h104 static inline std::string ftostr(double V) { in ftostr() function
112 static inline std::string ftostr(const APFloat& V) { in ftostr() function
114 return ftostr(V.convertToDouble()); in ftostr()
116 return ftostr((double)V.convertToFloat()); in ftostr()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp668 std::string StrVal = ftostr(APF); in isFPCSafeToPrint()
1012 Num = ftostr(FPC->getValueAPF()); in printConstant()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp223 std::string StrVal = ftostr(CFP->getValueAPF()); in printCFP()