Home
last modified time | relevance | path

Searched refs:backend_type (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/cpp_int/
H A Dliterals.hpp132 …tiprecision::backends::cpp_int_backend<bits, bits, signed_magnitude, unchecked, void> backend_type; typedef
133 typedef number<backend_type, et_off> number_type;
140 …precision::backends::cpp_int_backend<bits, bits, unsigned_magnitude, unchecked, void> backend_type; typedef
141 typedef number<backend_type, et_off> number_type;
150 …::literals::detail::signed_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::backend_type>::value; in operator ""_cppi()
157 …literals::detail::unsigned_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::backend_type>::value; in operator ""_cppui()
H A Dlimits.hpp105 …oost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> backend_type; typedef in std::numeric_limits
106 typedef boost::multiprecision::number<backend_type, ExpressionTemplates> number_type;
129 …tiprecision::backends::is_fixed_precision<backend_type>(), boost::multiprecision::is_signed_number… in number_type()
134 …tiprecision::backends::is_fixed_precision<backend_type>(), boost::multiprecision::is_signed_number… in number_type()
137 …backends::max_precision<backend_type>::value == UINT_MAX ? INT_MAX : boost::multiprecision::backen…
140 …BOOST_STATIC_CONSTEXPR bool is_signed = boost::multiprecision::is_signed_number<backend_type>::val…
160 …NSTEXPR bool is_bounded = boost::multiprecision::backends::is_fixed_precision<backend_type>::value;
161 …bool is_modulo = (boost::multiprecision::backends::is_fixed_precision<backend_type>::value && (Che…
H A Dimport_export.hpp93 …backend<MinBits, MaxBits, SignType, Checked, Allocator>, ExpressionTemplates>::backend_type newval; in import_bits_generic()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp2676 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A…
2683 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A…
2686 …detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A3,…
2815 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A…
2823 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A…
2827 …detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A3,…
2860 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A…
2869 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A…
2873 …detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A3,…
2906 …, detail::BOOST_JOIN(func, _funct)<typename detail::backend_type<detail::expression<tag, A1, A2, A…
[all …]
H A Dnumber_base.hpp296 struct backend_type;
299 struct backend_type<number<T, ExpressionTemplates> > struct
305 struct backend_type<expression<tag, A1, A2, A3, A4> > struct
307 typedef typename backend_type<typename expression<tag, A1, A2, A3, A4>::result_type>::type type; argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp43 typedef Backend backend_type; typedef in boost::multiprecision::number