Searched defs:__yr (Results 1 – 3 of 3) sorted by relevance
57 auto const __yr = (__mu >= 0 ? __mu : __mu - 11) / 12; global() variable
82 const int __yr = static_cast<int>(__yoe) + __era * 400; in __from_days() local95 const int __yr = static_cast<int>(__y_) - (__m_ <= February); in __to_days() local
103 auto const __yr = (__mu >= 0 ? __mu : __mu - 6) / 7; variable