Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/
Doverflow_helpers.hpp272 struct ratio_divide struct
277 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;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp154 struct ratio_divide struct