Home
last modified time | relevance | path

Searched refs:generic_interconvert (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dgeneric_interconvert.hpp30 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /*… in generic_interconvert() function
78 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert() function
126 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /*… in generic_interconvert() function
211 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert() function
222 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert() function
389 inline void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_poi… in generic_interconvert() function
455 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert() function
461 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert() function
516 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_type… in generic_interconvert() function
H A Ddefault_ops.hpp37 …void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /…
39 …void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_integer>& /*to_typ…
41 …void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_floating_point>& /…
43 …void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_ty…
45 …void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_ty…
937 …boost::multiprecision::detail::generic_interconvert(result->value.backend(), backend, number_categ… in eval_convert_to()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp118 using detail::generic_interconvert; in number()
119generic_interconvert(backend(), val.backend(), number_category<Backend>(), number_category<Other>(… in number()
185 using detail::generic_interconvert; in assign()
186generic_interconvert(backend(), v.backend(), number_category<Backend>(), number_category<Other>()); in assign()