Home
last modified time | relevance | path

Searched refs:arithmetic_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dcommon_arithmetic_type.hpp20 template<int I> struct arithmetic_type;
26 template<> struct arithmetic_type<1> struct
32 template<> struct arithmetic_type<2> struct
40 template<> struct arithmetic_type<3> struct
51 template<> struct arithmetic_type<4> struct
57 template<> struct arithmetic_type<5> struct
63 template<> struct arithmetic_type<6> struct
69 template<> struct arithmetic_type<7> struct
75 template<> struct arithmetic_type<8> struct
85 template<> struct arithmetic_type<9> struct
[all …]
/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.hpp1122 typedef typename boost::multiprecision::detail::canonical<A, T>::type arithmetic_type; in eval_fdim() typedef
1124 arithmetic_type canonical_b = b; in eval_fdim()
1153 typedef typename boost::multiprecision::detail::canonical<A, T>::type arithmetic_type; in eval_fdim() typedef
1155 arithmetic_type canonical_a = a; in eval_fdim()