Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h103 _Rep __result_max = numeric_limits<__ns_rep>::max(); in __safe_nanosecond_cast() local
104 if (__result_float >= __result_max) { in __safe_nanosecond_cast()
125 __ns_rep __result_max = numeric_limits<__ns_rep>::max(); in __safe_nanosecond_cast() local
126 if (__d.count() > 0 && __d.count() > __result_max / __ratio::num) { in __safe_nanosecond_cast()