Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/detail/
Dgeneric_interconvert.hpp217 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert()
228 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert()
391 …onst mpl::int_<number_kind_floating_point>& /*to_type*/, const mpl::int_<number_kind_rational>& /*… in generic_interconvert()
464 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert()
470 …from, const mpl::int_<number_kind_integer>& /*to_type*/, const mpl::int_<number_kind_rational>& /*… in generic_interconvert()
Dnumber_base.hpp1682 number_kind_rational = 2, enumerator
Ddefault_ops.hpp828 … assign_components_imp(T& result, const V& v1, const U& v2, const mpl::int_<number_kind_rational>&) in assign_components_imp()
/third_party/boost/libs/multiprecision/test/
Dtest_arithmetic.hpp306 void test_integer_ops(const boost::mpl::int_<boost::multiprecision::number_kind_rational>&) in test_integer_ops()
/third_party/boost/libs/multiprecision/performance/
Dperformance_test.hpp595 inline const char* category_name(const boost::mpl::int_<boost::multiprecision::number_kind_rational… in category_name()