Searched defs:isleap (Results 1 – 6 of 6) sorted by relevance
153 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
144 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
97 def isleap(year): function
100 def isleap(year): function
10466 static bool isleap(int year) { in isleap() function
14305 static bool isleap(int year) { in isleap() function