Home
last modified time | relevance | path

Searched refs:getDoubleFormat (Results 1 – 5 of 5) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcValue.h128 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
DXmlRpcValue.cpp364 snprintf(buf, sizeof(buf)-1, getDoubleFormat().c_str(), _value.asDouble); in doubleToXml()
/external/clang/include/clang/Basic/
DTargetInfo.h379 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; } in getDoubleFormat() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp748 DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat(), ""); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp1347 case BuiltinType::Double: return Target->getDoubleFormat(); in getFloatTypeSemantics()