Searched defs:ratio_divide (Results 1 – 2 of 2) sorted by relevance
272 struct ratio_divide struct277 static const boost::intmax_t gcd_n1_n2 = mpl::gcd_c<boost::intmax_t, R1::num, R2::num>::value;278 static const boost::intmax_t gcd_d1_d2 = mpl::gcd_c<boost::intmax_t, R1::den, R2::den>::value;284 >::type type;
154 struct ratio_divide struct