Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp121 BOOST_STATIC_CONSTEXPR bool is_specialized = true;
137BOOST_STATIC_CONSTEXPR int digits = boost::multiprecision::backends::max_precision<backend_type>::…
138BOOST_STATIC_CONSTEXPR int digits10 = (digits > INT_MAX / 301) ? (digits / 1000) * 301L : (digits …
139 BOOST_STATIC_CONSTEXPR int max_digits10 = digits10 + 3;
140BOOST_STATIC_CONSTEXPR bool is_signed = boost::multiprecision::is_signed_number<backend_type>::val…
141 BOOST_STATIC_CONSTEXPR bool is_integer = true;
142 BOOST_STATIC_CONSTEXPR bool is_exact = true;
143 BOOST_STATIC_CONSTEXPR int radix = 2;
146 BOOST_STATIC_CONSTEXPR int min_exponent = 0;
147 BOOST_STATIC_CONSTEXPR int min_exponent10 = 0;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp340 BOOST_STATIC_CONSTEXPR bool is_integer = false;
341 BOOST_STATIC_CONSTEXPR bool is_exact = true;
342 BOOST_STATIC_CONSTEXPR number_type (min)() { return (base_type::min)(); } in number_type()
343 BOOST_STATIC_CONSTEXPR number_type (max)() { return (base_type::max)(); } in number_type()
344 BOOST_STATIC_CONSTEXPR number_type lowest() { return -(max)(); } in lowest()
345 BOOST_STATIC_CONSTEXPR number_type epsilon() { return base_type::epsilon(); } in epsilon()
346 BOOST_STATIC_CONSTEXPR number_type round_error() { return epsilon() / 2; } in round_error()
347 BOOST_STATIC_CONSTEXPR number_type infinity() { return base_type::infinity(); } in infinity()
348 BOOST_STATIC_CONSTEXPR number_type quiet_NaN() { return base_type::quiet_NaN(); } in quiet_NaN()
349 BOOST_STATIC_CONSTEXPR number_type signaling_NaN() { return base_type::signaling_NaN(); } in signaling_NaN()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp27BOOST_STATIC_CONSTEXPR std::size_t ctti_skip_size_at_begin = begin_skip; …
28BOOST_STATIC_CONSTEXPR std::size_t ctti_skip_size_at_end = end_skip; …
29BOOST_STATIC_CONSTEXPR bool ctti_skip_more_at_runtime = runtime_skip; …
30BOOST_STATIC_CONSTEXPR char ctti_skip_until_runtime[] = runtime_skip_until; …
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dconstants.hpp260 } namespace float_constants{ BOOST_STATIC_CONSTEXPR float name = BOOST_JOIN(x, F); }\
261 namespace double_constants{ BOOST_STATIC_CONSTEXPR double name = x; } \
262 namespace long_double_constants{ BOOST_STATIC_CONSTEXPR long double name = BOOST_JOIN(x, L); }\
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Denabler.hpp17 BOOST_STATIC_CONSTEXPR enabler_ enabler = {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp123 BOOST_STATIC_CONSTEXPR T value = Val;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp998 #define BOOST_STATIC_CONSTEXPR static BOOST_CONSTEXPR_OR_CONST macro