Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/
Doverflow_helpers.hpp256 struct ratio_multiply struct
261 static const boost::intmax_t gcd_n1_d2 = mpl::gcd_c<boost::intmax_t, R1::num, R2::den>::value;
262 static const boost::intmax_t gcd_d1_n2 = mpl::gcd_c<boost::intmax_t, R1::den, R2::num>::value;
268 >::type type;
/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp148 struct ratio_multiply struct