CM_PERIOD 184 ext/date/date_core.c #define CM_PERIOD_JCY (CM_PERIOD / JC_PERIOD0 * 4)
CM_PERIOD 185 ext/date/date_core.c #define CM_PERIOD_GCY (CM_PERIOD / GC_PERIOD0 * 400)
CM_PERIOD 1115 ext/date/date_core.c _jd += CM_PERIOD;\
CM_PERIOD 1117 ext/date/date_core.c if (_jd >= CM_PERIOD) {\
CM_PERIOD 1119 ext/date/date_core.c _jd -= CM_PERIOD;\
CM_PERIOD 1363 ext/date/date_core.c *nth = f_idiv(jd, INT2FIX(CM_PERIOD));
CM_PERIOD 1368 ext/date/date_core.c *rjd = FIX2INT(f_mod(jd, INT2FIX(CM_PERIOD)));
CM_PERIOD 1378 ext/date/date_core.c *rjd = f_add(f_mul(INT2FIX(CM_PERIOD), nth), INT2FIX(jd));
CM_PERIOD 5527 ext/date/date_core.c if (DIV(t, CM_PERIOD)) {
CM_PERIOD 5528 ext/date/date_core.c nth = f_add(nth, INT2FIX(DIV(t, CM_PERIOD)));
CM_PERIOD 5529 ext/date/date_core.c t = MOD(t, CM_PERIOD);
CM_PERIOD 5577 ext/date/date_core.c nth = f_idiv(other, INT2FIX(CM_PERIOD));
CM_PERIOD 5578 ext/date/date_core.c jd = FIX2INT(f_mod(other, INT2FIX(CM_PERIOD)));
CM_PERIOD 5640 ext/date/date_core.c if (!floor(tmp / CM_PERIOD)) {
CM_PERIOD 5647 ext/date/date_core.c f = modf(tmp / CM_PERIOD, &i);
CM_PERIOD 5649 ext/date/date_core.c jd = (int)(f * CM_PERIOD);
CM_PERIOD 5747 ext/date/date_core.c nth = f_idiv(other, INT2FIX(CM_PERIOD));
CM_PERIOD 5748 ext/date/date_core.c t = f_mod(other, INT2FIX(CM_PERIOD));
CM_PERIOD 5865 ext/date/date_core.c r = f_mul(n, INT2FIX(CM_PERIOD));