Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Drandom.tcc898 _UniformRandomNumberGenerator::result_type>::__type __urntype; in _M_call() typedef
901 typedef typename __gnu_cxx::__conditional_type<(sizeof(__urntype) in _M_call()
903 __urntype, __utype>::__type __uctype; in _M_call()
907 const __urntype __urnmin = __urng.min(); in _M_call()
908 const __urntype __urnmax = __urng.max(); in _M_call()
909 const __urntype __urnrange = __urnmax - __urnmin; in _M_call()
914 __ret = (__urntype(__urng()) - __urnmin) / __udenom; in _M_call()