Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Drandom.tcc829 _RealType __cand; in operator ()() local
831 __cand = std::ceil(std::log(__urng()) / _M_log_p); in operator ()()
832 while (__cand >= __thr); in operator ()()
834 return result_type(__cand + __naf); in operator ()()