Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/util/
Dselect_most_precise.hpp32 namespace detail { namespace select_most_precise namespace
123 struct select_most_precise struct
129 >::type type;
133 struct select_most_precise<T1, T2, void> struct
135 static const bool second_larger = sizeof(T2) > sizeof(T1);
136 static const bool one_not_fundamental = !
140 static const bool both_same =
171 >::type type;
175 struct select_most_precise<T1, void, void> struct
177 typedef T1 type;
Drational.hpp99 struct select_most_precise<boost::rational<T1>, boost::rational<T2> > struct
104 > type;
108 struct select_most_precise<boost::rational<T>, double> struct
110 typedef typename boost::rational<T> type;