Home
last modified time | relevance | path

Searched defs:backend_type (Results 1 – 4 of 4) 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
140 …precision::backends::cpp_int_backend<bits, bits, unsigned_magnitude, unchecked, void> backend_type; typedef
H A Dlimits.hpp105 …oost::multiprecision::cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> backend_type; typedef in std::numeric_limits
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp299 struct backend_type<number<T, ExpressionTemplates> > struct
301 typedef T type;
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;
/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