Home
last modified time | relevance | path

Searched defs:__dy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__chrono/
H A Dyear_month.h67 const int __dy = (__dmi >= 0 ? __dmi : __dmi - 11) / 12; variable
H A Dyear_month_day.h85 const unsigned __dy = __doy - (153 * __mp + 2) / 5 + 1; // [1, 31] in __from_days() local
97 const unsigned __dy = static_cast<unsigned>(__d_); in __to_days() local
[all...]