Home
last modified time | relevance | path

Searched refs:BOOST_NOEXCEPT_IF (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dseries.hpp24 … const U& factor, boost::uintmax_t& max_terms, const V& init_value) BOOST_NOEXCEPT_IF(BOOST_MATH_I… in sum_series()
47 …series(Functor& func, const U& factor, boost::uintmax_t& max_terms) BOOST_NOEXCEPT_IF(BOOST_MATH_I… in sum_series()
54 …& func, int bits, boost::uintmax_t& max_terms, const U& init_value) BOOST_NOEXCEPT_IF(BOOST_MATH_I… in sum_series()
63 inline typename Functor::result_type sum_series(Functor& func, int bits) BOOST_NOEXCEPT_IF(BOOST_MA… in sum_series()
73 …pe sum_series(Functor& func, int bits, boost::uintmax_t& max_terms) BOOST_NOEXCEPT_IF(BOOST_MATH_I… in sum_series()
82 …esult_type sum_series(Functor& func, int bits, const U& init_value) BOOST_NOEXCEPT_IF(BOOST_MATH_I… in sum_series()
102 inline typename Functor::result_type kahan_sum_series(Functor& func, int bits) BOOST_NOEXCEPT_IF(BO… in kahan_sum_series()
125 …an_sum_series(Functor& func, int bits, boost::uintmax_t& max_terms) BOOST_NOEXCEPT_IF(BOOST_MATH_I… in kahan_sum_series()
H A Dprecision.hpp217 inline BOOST_MATH_CONSTEXPR T log_max_value(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T)) BOOST_NOEXCEPT_IF in log_max_value()
230 inline BOOST_MATH_CONSTEXPR T log_min_value(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T)) BOOST_NOEXCEPT_IF in log_min_value()
387 inline BOOST_MATH_CONSTEXPR T root_epsilon() BOOST_NOEXCEPT_IF(BOOST_MATH_IS_FLOAT(T) && detail::ro… in root_epsilon()
393 inline BOOST_MATH_CONSTEXPR T cbrt_epsilon() BOOST_NOEXCEPT_IF(BOOST_MATH_IS_FLOAT(T) && detail::ro… in cbrt_epsilon()
399 inline BOOST_MATH_CONSTEXPR T forth_root_epsilon() BOOST_NOEXCEPT_IF(BOOST_MATH_IS_FLOAT(T) && deta… in forth_root_epsilon()
H A Dreal_cast.hpp20 …inline BOOST_MATH_CONSTEXPR To real_cast(T t) BOOST_NOEXCEPT_IF(BOOST_MATH_IS_FLOAT(T) && BOOST_MA… in real_cast()
H A Dconvert_from_string.hpp41 …t_from_string_result<Real>::type convert_from_string(const char* p) BOOST_NOEXCEPT_IF((boost::is_c… in convert_from_string()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Derror_handling.hpp613 …t char* function, const char* message, const T& val, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_domain_error()
622 …t char* function, const char* message, const T& val, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_pole_error()
631 …low_error(const char* function, const char* message, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_overflow_error()
640 …t char* function, const char* message, const T& val, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_overflow_error()
649 …low_error(const char* function, const char* message, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_underflow_error()
658 …t char* function, const char* message, const T& val, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_denorm_error()
668 …t char* function, const char* message, const T& val, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_evaluation_error()
677 …st char* message, const T& val, const TargetType& t, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_rounding_error()
686 … const char* message, const T& val, const R& result, const Policy&) BOOST_NOEXCEPT_IF(is_noexcept_… in raise_indeterminate_result_error()
701 …overflow(T val, R* result, const char* function, const Policy& pol) BOOST_NOEXCEPT_IF(BOOST_MATH_I… in check_overflow()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/
H A Dbase_from_member.hpp136 BOOST_NOEXCEPT_IF( BOOST_NOEXCEPT_EXPR(::new ((void*) 0) MemberType( in base_from_member()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp956 # define BOOST_NOEXCEPT_IF(Predicate) macro
961 # define BOOST_NOEXCEPT_IF(Predicate) noexcept((Predicate)) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp752 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF() function in boost::optional
822BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in operator =()
895BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp883 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF() function in boost::optional
952BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in operator =()
1096BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value && ::boost::is_nothrow_move_ass… in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp505 …internal_visit(T& operand, int) const BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(T(boost::declval<T>())… in internal_visit()
1426 BOOST_NOEXCEPT_IF(boost::has_nothrow_constructor<internal_T0>::value) in BOOST_NOEXCEPT_IF() function in boost::variant
1816 variant(variant&& operand) BOOST_NOEXCEPT_IF(variant_move_noexcept_constructible::type::value) in BOOST_NOEXCEPT_IF() function in boost::variant
2225BOOST_NOEXCEPT_IF(variant_move_noexcept_constructible::type::value && variant_move_noexcept_assign… in operator =()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp368 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function
443 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in vector_alloc_holder()
582 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function
799 vector() BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function in boost::container::vector
1109 BOOST_NOEXCEPT_IF(allocator_traits_type::propagate_on_container_move_assignment::value in operator =()
2046 BOOST_NOEXCEPT_IF( ((allocator_traits_type::propagate_on_container_swap::value in swap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp32 # define BOOST_MP_NOEXCEPT_IF(x) BOOST_NOEXCEPT_IF(x)