Home
last modified time | relevance | path

Searched defs:number_kind_integer (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/multiprecision/detail/
Dgeneric_interconvert.hpp30 …const mpl::int_<number_kind_floating_point>& /*to_type*/, const mpl::int_<number_kind_integer>& /*… in generic_interconvert()
78 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert()
228 …from, const mpl::int_<number_kind_rational>& /*to_type*/, const mpl::int_<number_kind_integer>& /*… in generic_interconvert()
470 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert()
533 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert()
583 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert()
Dnumber_base.hpp1680 number_kind_integer = 0, enumerator
/third_party/boost/libs/multiprecision/test/
Dtest_numeric_limits.cpp155 void test_specific(const boost::mpl::int_<boost::multiprecision::number_kind_integer>&) in test_specific()
Dtest_arithmetic.hpp555 void test_integer_ops(const boost::mpl::int_<boost::multiprecision::number_kind_integer>&) in test_integer_ops()
/third_party/boost/libs/multiprecision/performance/
Dperformance_test.hpp587 inline const char* category_name(const boost::mpl::int_<boost::multiprecision::number_kind_integer>… in category_name()
617 …& t, const char* type, unsigned precision, const boost::mpl::int_<boost::multiprecision::number_ki… in test_int_ops()