Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/detail/
Dcommon_arithmetic_type.hpp26 template<> struct arithmetic_type<1> struct
28 typedef bool type;
29 typedef char (&result_type) [1];
32 template<> struct arithmetic_type<2> struct
34 typedef char type;
35 typedef char (&result_type) [2];
40 template<> struct arithmetic_type<3> struct
42 typedef wchar_t type;
43 typedef char (&result_type) [3];
51 template<> struct arithmetic_type<4> struct
[all …]
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp1248 typedef typename boost::multiprecision::detail::canonical<A, T>::type arithmetic_type; in eval_fdim() typedef
1279 typedef typename boost::multiprecision::detail::canonical<A, T>::type arithmetic_type; in eval_fdim() typedef