Searched refs:__result_float (Results 1 – 2 of 2) sorted by relevance
47 _Rep __result_float = __d.count() * __ratio::num / __ratio::den; in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG() local50 if (__result_float >= __result_max) { in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG()55 if (__result_float <= __result_min) { in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG()59 return nanoseconds(static_cast<__ns_rep>(__result_float)); in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG()
101 _Rep __result_float = __d.count() * __ratio::num / __ratio::den; in __safe_nanosecond_cast() local104 if (__result_float >= __result_max) { in __safe_nanosecond_cast()109 if (__result_float <= __result_min) { in __safe_nanosecond_cast()113 return nanoseconds(static_cast<__ns_rep>(__result_float)); in __safe_nanosecond_cast()