HomeSort by: relevance | last modified time | path
    Searched refs:Years (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h 317 typedef duration<long long, ratio<3600 * 24 * 365> > Years;
318 return duration_cast<Years>(fs_seconds(max_seconds)) > Years(250) &&
319 duration_cast<Years>(fs_seconds(min_seconds)) < Years(-250);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
time.d 10 with such functions are "years", "months", "weeks", "days", "hours",
472 It's not possible to create a Duration of months or years, because the
474 between months or years and smaller units without a specific date. So,
475 nothing uses $(D Duration)s when dealing with months or years. Rather,
476 functions specific to months and years are defined. For instance,
477 $(REF Date, std,datetime) has $(D add!"years") and $(D add!"months") for adding
478 years and months rather than creating a Duration of years or months and
1267 $(D "nsecs") is accepted by split, but $(D "years") and $(D "months")
2153 // overflow won't happen before 292 billion years A.D
    [all...]

Completed in 21 milliseconds