OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftostr
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h
104
static inline std::string
ftostr
(double V) {
function in namespace:llvm
112
static inline std::string
ftostr
(const APFloat& V) {
function in namespace:llvm
114
return
ftostr
(V.convertToDouble());
116
return
ftostr
((double)V.convertToFloat());
117
return "<unknown format in
ftostr
>"; // error
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp
668
std::string StrVal =
ftostr
(APF);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp
223
std::string StrVal =
ftostr
(CFP->getValueAPF());
[
all
...]
Completed in 102 milliseconds