Searched refs:__ns_rep (Results 1 – 1 of 1) sorted by relevance
100 using __ns_rep = nanoseconds::rep; in __safe_nanosecond_cast() local103 _Rep __result_max = numeric_limits<__ns_rep>::max(); in __safe_nanosecond_cast()108 _Rep __result_min = numeric_limits<__ns_rep>::min(); in __safe_nanosecond_cast()113 return nanoseconds(static_cast<__ns_rep>(__result_float)); in __safe_nanosecond_cast()124 using __ns_rep = nanoseconds::rep; in __safe_nanosecond_cast() local125 __ns_rep __result_max = numeric_limits<__ns_rep>::max(); in __safe_nanosecond_cast()130 __ns_rep __result_min = numeric_limits<__ns_rep>::min(); in __safe_nanosecond_cast()135 __ns_rep __result = __d.count() * __ratio::num / __ratio::den; in __safe_nanosecond_cast()180 using __ns_rep = nanoseconds::rep; in wait_for() local185 __ns_rep __now_count_ns = std::__safe_nanosecond_cast(__c_now.time_since_epoch()).count(); in wait_for()[all …]