Home
last modified time | relevance | path

Searched defs:check_in_range (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/multiprecision/
Dcpp_int.hpp481 void check_in_range(const A&) BOOST_NOEXCEPT {} in check_in_range() function
700 BOOST_MP_CXX14_CONSTEXPR void check_in_range(const A&) BOOST_NOEXCEPT {} in check_in_range() function
912 BOOST_MP_CXX14_CONSTEXPR void check_in_range(const A&) BOOST_NOEXCEPT {} in check_in_range() function
973 check_in_range(T val, const mpl::int_<checked>&) in check_in_range() function
982 check_in_range(T val, const mpl::int_<checked>&) in check_in_range() function
991 BOOST_MP_CXX14_CONSTEXPR void check_in_range(T, const mpl::int_<C>&) BOOST_NOEXCEPT {} in check_in_range() function
994 …BOOST_MP_CXX14_CONSTEXPR void check_in_range(T val) BOOST_MP_NOEXCEPT_IF(noexcept(std::declval<cpp… in check_in_range() function
1134 check_in_range(T val, const mpl::int_<checked>&, const boost::false_type&) in check_in_range() function
1142 …BOOST_MP_CXX14_CONSTEXPR void check_in_range(T val, const mpl::int_<checked>&, const boost::true_t… in check_in_range() function
1152 …BOOST_MP_FORCEINLINE BOOST_MP_CXX14_CONSTEXPR void check_in_range(T, const mpl::int_<C>&, const bo… in check_in_range() function
[all …]
/third_party/boost/boost/multiprecision/cpp_int/
Dmisc.hpp26 BOOST_MP_CXX14_CONSTEXPR void check_in_range(const CppInt& val, const mpl::int_<checked>&) in check_in_range() function
43 inline BOOST_MP_CXX14_CONSTEXPR void check_in_range(const CppInt& /*val*/, const mpl::int_<unchecke… in check_in_range() function
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp923 …PR typename boost::enable_if_c<boost::is_integral<R>::value, bool>::type check_in_range(const T& t) in check_in_range() function