Home
last modified time | relevance | path

Searched refs:maxUnsignedCount (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtime-intrinsic.cpp111 constexpr auto maxUnsignedCount{std::numeric_limits<unsigned_count_t>::max()}; in GetSystemClockCount() local
112 if constexpr (std::numeric_limits<std::clock_t>::max() > maxUnsignedCount) { in GetSystemClockCount()
113 timestamp -= maxUnsignedCount * std::floor(timestamp / maxUnsignedCount); in GetSystemClockCount()