Searched refs:arithmetic_type (Results 1 – 2 of 2) sorted by relevance
20 template<int I> struct arithmetic_type;26 template<> struct arithmetic_type<1> struct32 template<> struct arithmetic_type<2> struct40 template<> struct arithmetic_type<3> struct51 template<> struct arithmetic_type<4> struct57 template<> struct arithmetic_type<5> struct63 template<> struct arithmetic_type<6> struct69 template<> struct arithmetic_type<7> struct75 template<> struct arithmetic_type<8> struct85 template<> struct arithmetic_type<9> struct[all …]
1122 typedef typename boost::multiprecision::detail::canonical<A, T>::type arithmetic_type; in eval_fdim() typedef1124 arithmetic_type canonical_b = b; in eval_fdim()1153 typedef typename boost::multiprecision::detail::canonical<A, T>::type arithmetic_type; in eval_fdim() typedef1155 arithmetic_type canonical_a = a; in eval_fdim()