Searched defs:number_kind_integer (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/multiprecision/detail/ |
D | generic_interconvert.hpp | 30 …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()
|
D | number_base.hpp | 1680 number_kind_integer = 0, enumerator
|
/third_party/boost/libs/multiprecision/test/ |
D | test_numeric_limits.cpp | 155 void test_specific(const boost::mpl::int_<boost::multiprecision::number_kind_integer>&) in test_specific()
|
D | test_arithmetic.hpp | 555 void test_integer_ops(const boost::mpl::int_<boost::multiprecision::number_kind_integer>&) in test_integer_ops()
|
/third_party/boost/libs/multiprecision/performance/ |
D | performance_test.hpp | 587 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()
|