Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dyear_month_day.h79 const int __era = (__z >= 0 ? __z : __z - 146096) / 146097; in __from_days() local
99 const int __era = (__yr >= 0 ? __yr : __yr - 399) / 400; in __to_days() local