Searched refs:lcast_get_precision (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | lcast_precision.hpp | 99 inline std::streamsize lcast_get_precision(T* = 0) in lcast_get_precision() function 171 stream.precision(lcast_get_precision<T>()); in lcast_set_precision() 177 std::streamsize const s = lcast_get_precision(static_cast<Source*>(0)); in lcast_set_precision() 178 std::streamsize const t = lcast_get_precision(static_cast<Target*>(0)); in lcast_set_precision()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | converter_lexical_streams.hpp | 287 … "%.*g", static_cast<int>(boost::detail::lcast_get_precision<float>()), val_as_double); in shl_real_type() 299 "%.*g", static_cast<int>(boost::detail::lcast_get_precision<double>()), val); in shl_real_type() 312 … "%.*Lg", static_cast<int>(boost::detail::lcast_get_precision<long double>()), val ); in shl_real_type() 324 … static_cast<int>(boost::detail::lcast_get_precision<float >()), in shl_real_type() 332 … L"%.*g", static_cast<int>(boost::detail::lcast_get_precision<double >()), val ); in shl_real_type() 339 … L"%.*Lg", static_cast<int>(boost::detail::lcast_get_precision<long double >()), val ); in shl_real_type()
|