DIV 581 ext/date/date_core.c *rw = 1 + DIV(jd - rjd2, 7);
DIV 607 ext/date/date_core.c *rw = (int)DIV(j, 7);
DIV 644 ext/date/date_core.c *rn = DIV(jd - rjd, 7) + 1;
DIV 825 ext/date/date_core.c ny = DIV(t, 12);
DIV 1326 ext/date/date_core.c inth = DIV(it, ((long)period));
DIV 5527 ext/date/date_core.c if (DIV(t, CM_PERIOD)) {
DIV 5528 ext/date/date_core.c nth = f_add(nth, INT2FIX(DIV(t, CM_PERIOD)));
DIV 5988 ext/date/date_core.c y = LONG2NUM(DIV(it, 12));
DIV 7064 process.c t = DIV(t, denominators[i]);
DIV 787 time.c + DIV(year_mod400 - 69, 4)
DIV 788 time.c - DIV(year_mod400 - 1, 100)
DIV 2621 time.c DIV(tm_year-69,4) -
DIV 2622 time.c DIV(tm_year-1,100) +
DIV 2623 time.c DIV(tm_year+299,400))*86400;
DIV 1466 vm.c OP(DIV, DIV), (C(Integer), C(Float));