Home
last modified time | relevance | path

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

/third_party/boost/libs/format/tools/
Dformat_matrix.cpp119 BOOST_CONSTEXPR const double g_db = 1234567.891234f; variable
246 case ID_DOUBLE: len = SNPRINTF(buf, BUFSIZ, fmtStr.c_str(), g_db ); break; in call_snprintf()
293 case ID_DOUBLE: return ::boost::str(::boost::format(fmtStr) % g_db ); in call_format()