Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits55 static constexpr bool is_bounded = false;
180 static _LIBCPP_CONSTEXPR const bool is_bounded = false;
240 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
293 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
339 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
385 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
435 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
481 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
526 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_bounded;
574 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits55 static constexpr bool is_bounded = false;
180 static _LIBCPP_CONSTEXPR const bool is_bounded = false;
240 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
293 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
339 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
385 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
435 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
481 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
526 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_bounded;
574 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlimits.hpp81 BOOST_STATIC_CONSTANT(bool, is_bounded = true);
134 BOOST_STATIC_CONSTANT(bool, is_bounded = true);
/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 Dlimits279 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
439 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
509 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
579 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
652 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
720 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
784 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
848 static constexpr bool is_bounded = true;
909 static constexpr bool is_bounded = true;
976 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
[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 Dlimits279 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
439 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
509 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
579 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
652 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
720 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
784 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
848 static constexpr bool is_bounded = true;
909 static constexpr bool is_bounded = true;
976 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp379 || std::numeric_limits<integer_type>::is_bounded in generic_convert_rational_to_float()
381 || !std::numeric_limits<actual_to_type>::is_bounded in generic_convert_rational_to_float()
H A Ddefault_ops.hpp895 …if(std::numeric_limits<R>::is_specialized && std::numeric_limits<R>::is_bounded && (t > (std::nume… in check_in_range()
/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.hpp160 …BOOST_STATIC_CONSTEXPR bool is_bounded = boost::multiprecision::backends::is_fixed_precision<backe… member in std::numeric_limits
207 …p_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >::is_bounded; member in std::numeric_limits<boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates> >