Searched defs:ratio_add (Results 1 – 2 of 2) sorted by relevance
193 struct ratio_add struct199 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> > struct220 typedef R type;
136 struct ratio_add struct