Home
last modified time | relevance | path

Searched refs:positive_mod (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Ddow.c31 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod() function
45 return 6 - positive_mod(j, 4) * 2; in century_value()
56 y1 = positive_mod(y, 100); in timelib_day_of_week_ex()
58 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()

Completed in 5 milliseconds