Searched refs:gcd_c (Results 1 – 4 of 4) sorted by relevance
/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/ |
D | overflow_helpers.hpp | 199 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/ |
D | ratio.hpp | 86 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/ |
D | gcd.hpp | 65 struct gcd_c struct
|
/external/sdv/vsomeip/third_party/boost/ratio/doc/ |
D | ratio.qbk | 1002 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…
|