Home
last modified time | relevance | path

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

/third_party/boost/boost/ratio/detail/
Doverflow_helpers.hpp193 struct ratio_add struct
199 static const boost::intmax_t gcd_n1_n2 = mpl::gcd_c<boost::intmax_t, R1::num, R2::num>::value;
200 static const boost::intmax_t gcd_d1_d2 = mpl::gcd_c<boost::intmax_t, R1::den, R2::den>::value;
215 >::type type;
218 struct ratio_add<R, ratio<0,D> > struct
220 typedef R type;
/third_party/boost/boost/ratio/
Dratio.hpp136 struct ratio_add struct