Searched refs:abs_c (Results 1 – 9 of 9) sorted by relevance
79 static const boost::intmax_t ABS_N = mpl::abs_c<boost::intmax_t, N>::value;80 static const boost::intmax_t ABS_D = mpl::abs_c<boost::intmax_t, D>::value;221 : ratio<mpl::abs_c<boost::intmax_t, R::num>::value, R::den>::type
256 auto abs_c = std::abs(c);259 auto abs_c = c < 0 ? -c : c; member263 if (abs_c >= abs_d) {264 if (abs_c == U(0) && abs_d == U(0)) {266 real_ = a / abs_c;
58 struct abs_c struct
140 static const boost::intmax_t a_x = mpl::abs_c<boost::intmax_t, X>::value;141 static const boost::intmax_t a_y = mpl::abs_c<boost::intmax_t, Y>::value;
1206 T abs_c = std::abs(y_real);1208 T scale = 1.0 / std::max(abs_c, abs_d);
6216 Flag abs_c) { argument6223 if (abs_c) {
6215 Flag abs_c) { argument6222 if (abs_c) {
978 The nested typedef `type` is a synonym for `__ratio<abs_c<intmax_t,R::num>::value, R::den>::type`.