Lines Matching full:7
35 (long) (parts)[6], (long) (parts)[7], \
39 (double) (dparts)[6], (double) (dparts)[7])); \
46 (long) (parts)[6], (long) (parts)[7])); \
53 (double) (dparts)[6], (double) (dparts)[7])); \
108 #define DUK__PI_TZHOUR 7
130 #define DUK__SI_NUL 7
163 DUK_ASC_COLON /*4*/, DUK_ASC_PERIOD /*5*/, DUK_ASC_UC_Z /*6*/, DUK_ASC_NUL /*7*/
434 * using a modulo operation, add this multiple of 7 to avoid negative values
437 * Round to a multiple of 7 (= floor(100000000 / 7) * 7) and add margin.
439 #define DUK__WEEKDAY_MOD_ADDER (20000000 * 7) /* 0x08583b00 */
674 parts[DUK_DATE_IDX_WEEKDAY] = (t2 + 4 + DUK__WEEKDAY_MOD_ADDER) % 7; /* E5.1 Section 15.9.1.6 */ in duk_bi_date_timeval_to_parts()
713 jan1_weekday = (jan1_since_epoch + 4 + DUK__WEEKDAY_MOD_ADDER) % 7; /* E5.1 Section 15.9.1.6 */ in duk_bi_date_timeval_to_parts()
717 arridx += 7; in duk_bi_date_timeval_to_parts()
1237 /* There are at most 7 args, but we use 8 here so that also in duk__set_parts_from_args()
1266 (double) dparts[6], (double) dparts[7])); in duk__set_parts_from_args()
1323 /* 7: toISOString */