Searched defs:__dy (Results 1 – 2 of 2) sorted by relevance
85 const unsigned __dy = __doy - (153 * __mp + 2) / 5 + 1; // [1, 31] in __from_days() local97 const unsigned __dy = static_cast<unsigned>(__d_); in __to_days() local
66 const int __dy = (__dmi >= 0 ? __dmi : __dmi-11) / 12; global() variable