Home
last modified time | relevance | path

Searched defs:__yr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__chrono/
H A Dyear_month_day.h83 const int __yr = static_cast<int>(__yoe) + __era * 400; in __from_days() local
98 const int __yr = static_cast<int>(__y_) - (__m_ <= February); in __to_days() local
H A Dmonth.h57 auto const __yr = (__mu >= 0 ? __mu : __mu - 11) / 12; variable
H A Dweekday.h96 auto const __yr = (__mu >= 0 ? __mu : __mu - 6) / 7; variable