Searched defs:number_kind_rational (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/multiprecision/detail/ |
D | generic_interconvert.hpp | 217 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()
|
D | number_base.hpp | 1682 number_kind_rational = 2, enumerator
|
D | default_ops.hpp | 828 … 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/ |
D | test_arithmetic.hpp | 306 void test_integer_ops(const boost::mpl::int_<boost::multiprecision::number_kind_rational>&) in test_integer_ops()
|
/third_party/boost/libs/multiprecision/performance/ |
D | performance_test.hpp | 595 inline const char* category_name(const boost::mpl::int_<boost::multiprecision::number_kind_rational… in category_name()
|