Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/
H A Dconverter_policies.hpp45 typedef mpl::integral_c< std::float_round_style, std::round_toward_zero> round_style ; typedef
66 typedef mpl::integral_c< std::float_round_style, std::round_toward_neg_infinity> round_style ; typedef
85 typedef mpl::integral_c< std::float_round_style, std::round_toward_infinity> round_style ; typedef
124 typedef mpl::integral_c< std::float_round_style, std::round_to_nearest> round_style ; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits60 static constexpr float_round_style round_style = round_toward_zero;
185 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
250 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
298 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
344 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
390 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
440 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
486 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
534 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;
579 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits60 static constexpr float_round_style round_style = round_toward_zero;
185 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
250 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
298 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero;
344 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
390 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
440 static _LIBCPP_CONSTEXPR const float_round_style round_style = round_to_nearest;
486 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
534 _LIBCPP_CONSTEXPR const float_round_style numeric_limits<_Tp>::round_style;
579 static _LIBCPP_CONSTEXPR const float_round_style round_style = __base::round_style;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlimits.hpp86 BOOST_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
139 BOOST_STATIC_CONSTANT(float_round_style, round_style = round_toward_zero);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_numeric.hpp62 typedef typename Rounder::round_style round_style; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dlimits299 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style =
447 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
514 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
584 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
657 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
725 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
789 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
853 static constexpr float_round_style round_style = round_toward_zero;
914 static constexpr float_round_style round_style = round_toward_zero;
981 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dlimits299 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style =
447 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
514 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
584 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
657 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
725 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
789 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
853 static constexpr float_round_style round_style = round_toward_zero;
914 static constexpr float_round_style round_style = round_toward_zero;
981 static _GLIBCXX_USE_CONSTEXPR float_round_style round_style
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dconverter.hpp386 typedef typename Float2IntRounder::round_style round_style ; typedef
388 typedef typename for_round_style<round_style,ToZero,ToNearest,ToInf,ToNegInf>::type type ;
/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.hpp164 BOOST_STATIC_CONSTEXPR float_round_style round_style = round_toward_zero; member in std::numeric_limits
215 …_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >::round_style; member in std::numeric_limits<boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >