HomeSort by relevance Sort by last modified time
    Searched refs:getDoubleFormat (Results 1 - 5 of 5) sorted by null

  /external/xmlrpcpp/src/
XmlRpcValue.h 128 static std::string const& getDoubleFormat() { return _doubleFormat; }
XmlRpcValue.cpp 364 snprintf(buf, sizeof(buf)-1, getDoubleFormat().c_str(), _value.asDouble);
  /external/clang/include/clang/Basic/
TargetInfo.h 365 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; }
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 715 DefineFloatMacros(Builder, "DBL", &TI.getDoubleFormat(), "");
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 302 milliseconds