Home
last modified time | relevance | path

Searched defs:number_category (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 Dnumber_base.hpp996 struct number_category : public mpl::int_<std::numeric_limits<Num>::is_integer ? number_kind_intege… struct
998 struct number_category<number<Backend, ExpressionTemplates> > : public number_category<Backend>{}; struct
1000 struct number_category<detail::expression<tag, A1, A2, A3, A4> > : public number_category<typename … struct
1006 struct number_category<__int128> : public mpl::int_<number_kind_integer> {}; struct
1008 struct number_category<unsigned __int128> : public mpl::int_<number_kind_integer> {}; struct
1012 struct number_category<__float128> : public mpl::int_<number_kind_floating_point> {}; struct
/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 struct number_category<backends::rational_adaptor<IntBackend> > : public mpl::int_<number_kind_rati… struct
H A Dcpp_int.hpp1906 struct number_category<cpp_int_backend<MinBits, MaxBits, SignType, Checked, Allocator> > : public m… struct