Searched defs:is_leap (Results 1 – 4 of 4) sorted by relevance
44 static int is_leap(unsigned y) in is_leap() function
39 is_leap(unsigned y) in is_leap() function
48 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_leap() const noexcept { return __y_ % 4 == 0 && (__y_ % 100 != 0 || __y_ % 400 == 0); } is_leap() function