round 6185 bignum.c if ((BIGNUM_NEGATIVE_P(x) && !BIGZEROP(x)) && d != round(d))
round 2266 ext/bigdecimal/bigdecimal.c if (d == round(d)) {
round 2354 ext/date/date_core.c *rof = (int)round(n);
round 3118 ext/date/date_core.c return round(d) == d;
round 5656 ext/date/date_core.c sf = INT2FIX((int)round(o));
round 101 include/ruby/missing.h RUBY_EXTERN double round(double); /* numeric.c */
round 1008 numeric.c if (modp && divp) div = round(div);
round 1131 numeric.c if (dx < 0 && dy != round(dy))
round 2004 numeric.c return dbl2ival(round(number));
round 2008 numeric.c return DBL2NUM(round(number * f) / f);
round 3722 numeric.c if (a < 0 && dy != round(dy))