Home
last modified time | relevance | path

Searched refs:gcd_c (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/
Doverflow_helpers.hpp199 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;
230 static const boost::intmax_t gcd_n1_n2 = mpl::gcd_c<boost::intmax_t, R1::num, R2::num>::value;
231 static const boost::intmax_t gcd_d1_d2 = mpl::gcd_c<boost::intmax_t, R1::den, R2::den>::value;
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;
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;
290 static const boost::intmax_t gcd_n1_n2 = mpl::gcd_c<boost::intmax_t, R1::num, R2::num>::value;
291 static const boost::intmax_t gcd_d1_d2 = mpl::gcd_c<boost::intmax_t, R1::den, R2::den>::value;
/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp86 static const boost::intmax_t GCD = mpl::gcd_c<boost::intmax_t, ABS_N, ABS_D>::value;
202 ratio<mpl::gcd_c<boost::intmax_t, R1::num, R2::num>::value,
240 mpl::gcd_c<boost::intmax_t, R1::den, R2::den>::value>::type
/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/mpl/
Dgcd.hpp65 struct gcd_c struct
/external/sdv/vsomeip/third_party/boost/ratio/doc/
Dratio.qbk1002 The nested typedef `type` is a synonym for `ratio<gcd_c<intmax_t, R1::num, R2::num>::value, mpl::lc…
1014 The nested typedef `type` is a synonym for `ratio<lcm_c<intmax_t, R1::num, R2::num>::value, gcd_c<i…