Home
last modified time | relevance | path

Searched refs:double2string (Results 1 – 25 of 41) sorted by relevance

12

/dports/astro/libosmium/libosmium-2.17.2/test/t/util/
H A Dtest_double.cpp9 osmium::double2string(s1, 1.123, 7);
13 osmium::double2string(s2, 1.000, 7);
17 osmium::double2string(s3, 0.0, 7);
21 osmium::double2string(s4, 0.020, 7);
25 osmium::double2string(s5, -0.020, 7);
29 osmium::double2string(s6, -0.0, 7);
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/util/
H A Dtest_double.cpp9 osmium::double2string(s1, 1.123, 7);
13 osmium::double2string(s2, 1.000, 7);
17 osmium::double2string(s3, 0.0, 7);
21 osmium::double2string(s4, 0.020, 7);
25 osmium::double2string(s5, -0.020, 7);
29 osmium::double2string(s6, -0.0, 7);
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/util/
H A Ddouble.hpp56 inline T double2string(T iterator, double value, int precision) { in double2string() function
90 inline void double2string(std::string& out, double value, int precision) { in double2string() function
91 double2string(std::back_inserter(out), value, precision); in double2string()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/util/
H A Ddouble.hpp56 inline T double2string(T iterator, double value, int precision) { in double2string() function
90 inline void double2string(std::string& out, double value, int precision) { in double2string() function
91 double2string(std::back_inserter(out), value, precision); in double2string()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/util/
H A Ddouble.hpp56 inline T double2string(T iterator, double value, int precision) { in double2string() function
90 inline void double2string(std::string& out, double value, int precision) { in double2string() function
91 double2string(std::back_inserter(out), value, precision); in double2string()
/dports/devel/boost-docs/boost_1_72_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/databases/percona57-server/boost_1_59_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/databases/xtrabackup/boost_1_59_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/databases/percona57-client/boost_1_59_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/property_map/test/
H A Ddynamic_properties_test.cpp59 std::map<double,std::string> double2string; in test_main() local
63 dbl_map(double2string); in test_main()
70 double2string[5.3] = "five point three"; in test_main()
71 double2string[3.14] = "pi"; in test_main()
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/geom/
H A Dcoordinates.hpp102 osmium::double2string(s, x, precision); in append_to_string()
104 osmium::double2string(s, y, precision); in append_to_string()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/geom/
H A Dcoordinates.hpp102 osmium::double2string(s, x, precision); in append_to_string()
104 osmium::double2string(s, y, precision); in append_to_string()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/geom/
H A Dcoordinates.hpp101 osmium::double2string(s, x, precision); in append_to_string()
103 osmium::double2string(s, y, precision); in append_to_string()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dofmt.cpp26 inline string double2string( DDouble d) in double2string() function
338 (*os) << double2string((*this)[ firstEl++].imag()); in OFmtA()
342 (*os) << setw(w) << double2string((*this)[ firstEl++].imag()).substr(0,w); in OFmtA()
352 (*os) << double2string((*this)[ firstEl++].real()); in OFmtA()
353 (*os) << double2string((*this)[ firstEl++].imag()); in OFmtA()
358 (*os) << setw(w) << double2string((*this)[ firstEl++].real()).substr(0,w); in OFmtA()
359 (*os) << setw(w) << double2string((*this)[ firstEl++].imag()).substr(0,w); in OFmtA()
365 (*os) << double2string((*this)[ firstEl++].real()); in OFmtA()
369 (*os) << setw(w) << double2string((*this)[ firstEl++].real()).substr(0,w); in OFmtA()
H A Dgetas.cpp47 inline string double2string( DDouble d) in double2string() function
255 return double2string((*this)[i]); in GetAs()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqlcdnumber.cpp224 static QString double2string(double num, int base, int ndigits, bool *oflow) in double2string() function
566 double2string(num, d->base, d->ndigits, &of); in checkOverflow()
626 QString s = double2string(d->val, d->base, d->ndigits, &of); in display()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlcdnumber.cpp205 static QString double2string(double num, int base, int ndigits, bool *oflow) in double2string() function
483 double2string(num, d->base, d->ndigits, &of); in checkOverflow()
543 QString s = double2string(d->val, d->base, d->ndigits, &of); in display()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlcdnumber.cpp205 static QString double2string(double num, int base, int ndigits, bool *oflow) in double2string() function
483 double2string(num, d->base, d->ndigits, &of); in checkOverflow()
543 QString s = double2string(d->val, d->base, d->ndigits, &of); in display()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlcdnumber.cpp205 static QString double2string(double num, int base, int ndigits, bool *oflow) in double2string() function
483 double2string(num, d->base, d->ndigits, &of); in checkOverflow()
543 QString s = double2string(d->val, d->base, d->ndigits, &of); in display()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlcdnumber.cpp205 static QString double2string(double num, int base, int ndigits, bool *oflow) in double2string() function
483 double2string(num, d->base, d->ndigits, &of); in checkOverflow()
543 QString s = double2string(d->val, d->base, d->ndigits, &of); in display()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqlcdnumber.cpp205 static QString double2string(double num, int base, int ndigits, bool *oflow) in double2string() function
483 double2string(num, d->base, d->ndigits, &of); in checkOverflow()
543 QString s = double2string(d->val, d->base, d->ndigits, &of); in display()

12