Home
last modified time | relevance | path

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

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/
H A Dtostring_common.cpp82 void getDoubleFormat(double _dblVal, DoubleFormat * _pDF) in getDoubleFormat() function
187 getDoubleFormat(_dblR, _pDFR); in getComplexFormat()
188 getDoubleFormat(_dblI, _pDFI); in getComplexFormat()
430 getDoubleFormat(val, &df); in printDoubleValue()
H A Dsinglepoly.cpp386 getDoubleFormat(dblR, &df); in toStringInternal()
408 getDoubleFormat(dblR, &dfR); in toStringInternal()
409 getDoubleFormat(dblI, &dfI); in toStringInternal()
H A Ddouble.cpp448 getDoubleFormat(m_pRealData[iPos], &df); in subMatrixToString()
483 getDoubleFormat(m_pRealData[iPos], &df); in subMatrixToString()
535 getDoubleFormat(m_pRealData[iPos], &df); in subMatrixToString()
H A Dimplicitlist.cpp828 getDoubleFormat(pdblIn[i], &df); in printInLinePoly()
854 getDoubleFormat(_pD->get(0), &df); in printDouble()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Dtostring_common.hxx64 EXTERN_AST void getDoubleFormat(double _dblVal, DoubleFormat* _pDF);
/dports/net/sems/sems-f89581a/apps/xmlrpc2di/xmlrpc++/src/
H A DXmlRpcValue.h197 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp346 snprintf(buf, sizeof(buf)-1, getDoubleFormat().c_str(), _value.asDouble); in doubleToXml()
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/xmlrpc++/src/
H A DXmlRpcValue.h127 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp345 snprintf(buf, sizeof(buf)-1, getDoubleFormat().c_str(), _value.asDouble); in doubleToXml()
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/xmlrpc++/src/
H A DXmlRpcValue.h127 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp345 snprintf(buf, sizeof(buf)-1, getDoubleFormat().c_str(), _value.asDouble); in doubleToXml()
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/sci_gateway/cpp/
H A Dsci_string.cpp141 getDoubleFormat(_dblR, &dfR); in DoubleComplexMatrix2String()
142 getDoubleFormat(_dblI, &dfI); in DoubleComplexMatrix2String()
/dports/comms/fllog/fllog-1.2.6/src/xmlrpcpp/
H A DXmlRpcValue.h249 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
/dports/comms/flrig/flrig-1.3.54/src/xmlrpcpp/
H A DXmlRpcValue.h249 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp438 …snprintf(fmtbuf, sizeof(fmtbuf)-1, "<value><double>%s</double></value>", getDoubleFormat().c_str()… in doubleToXml()
/dports/comms/flmsg/flmsg-4.0.19/src/xmlrpcpp/
H A DXmlRpcValue.h249 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp438 …snprintf(fmtbuf, sizeof(fmtbuf)-1, "<value><double>%s</double></value>", getDoubleFormat().c_str()… in doubleToXml()
/dports/comms/flamp/flamp-2.2.07/src/xmlrpcpp/
H A DXmlRpcValue.h249 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp438 …snprintf(fmtbuf, sizeof(fmtbuf)-1, "<value><double>%s</double></value>", getDoubleFormat().c_str()… in doubleToXml()
/dports/comms/flcluster/flcluster-1.0.4/src/xmlrpcpp/
H A DXmlRpcValue.h249 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp438 …snprintf(fmtbuf, sizeof(fmtbuf)-1, "<value><double>%s</double></value>", getDoubleFormat().c_str()… in doubleToXml()
/dports/comms/fldigi/fldigi-4.1.20/src/xmlrpcpp/
H A DXmlRpcValue.h249 static std::string const& getDoubleFormat() { return _doubleFormat; } in getDoubleFormat() function
H A DXmlRpcValue.cpp438 …snprintf(fmtbuf, sizeof(fmtbuf)-1, "<value><double>%s</double></value>", getDoubleFormat().c_str()… in doubleToXml()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h561 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; } in getDoubleFormat() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DTargetInfo.h640 const llvm::fltSemantics &getDoubleFormat() const { return *DoubleFormat; } in getDoubleFormat() function

123