Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/lib/
H A Ddow.c30 static timelib_sll positive_mod(timelib_sll x, timelib_sll y) in positive_mod() function
44 return 6 - positive_mod(j, 4) * 2; in century_value()
55 y1 = positive_mod(y, 100); in timelib_day_of_week_ex()
57 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()

Completed in 5 milliseconds