Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h47 _Rep __result_float = __d.count() * __ratio::num / __ratio::den; in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG() local
50 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()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__condition_variable/
H A Dcondition_variable.h101 _Rep __result_float = __d.count() * __ratio::num / __ratio::den; in __safe_nanosecond_cast() local
104 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()