Home
last modified time | relevance | path

Searched refs:number_kind_rational (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/traits/
H A Dexplicit_conversion.hpp31 || number_category<T>::value == number_kind_rational
37 number_category<S>::value == number_kind_rational,
39 number_category<T>::value == number_kind_rational
40 || number_category<T>::value == number_kind_rational,
H A Dis_restricted_conversion.hpp23 …|| ((number_category<From>::value == number_kind_rational) && (number_category<To>::value == numbe…
/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.hpp211 …& to, const From& from, const mpl::int_<number_kind_rational>& /*to_type*/, const mpl::int_<number… in generic_interconvert() argument
222 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert() argument
389 …l::int_<number_kind_floating_point>& /*to_type*/, const mpl::int_<number_kind_rational>& /*from_ty… in generic_interconvert() argument
455 void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_typ… in generic_interconvert() argument
461 …onst mpl::int_<number_kind_integer>& /*to_type*/, const mpl::int_<number_kind_rational>& /*from_ty… in generic_interconvert() argument
H A Dnumber_base.hpp991 number_kind_rational = 2, enumerator
H A Ddefault_ops.hpp43 …& to, const From& from, const mpl::int_<number_kind_rational>& /*to_type*/, const mpl::int_<number…
45 …void generic_interconvert(To& to, const From& from, const mpl::int_<number_kind_rational>& /*to_ty…
823 … assign_components_imp(T& result, const V& v1, const V& v2, const mpl::int_<number_kind_rational>&) in assign_components_imp() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp297 …umber_category<backends::rational_adaptor<IntBackend> > : public mpl::int_<number_kind_rational>{};