Searched refs:__uctype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h249 __uctype; typedef
251 const __uctype __urngmin = __urng.min();
252 const __uctype __urngmax = __urng.max();
253 const __uctype __urngrange = __urngmax - __urngmin;
254 const __uctype __urange
255 = __uctype(__param.b()) - __uctype(__param.a());
257 __uctype __ret;
262 const __uctype __uerange = __urange + 1; // __urange can be zero
263 const __uctype __scalin
318 __uctype; typedef
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h282 typedef typename common_type<_Gresult_type, __utype>::type __uctype; typedef
284 constexpr __uctype __urngmin = _UniformRandomBitGenerator::min();
285 constexpr __uctype __urngmax = _UniformRandomBitGenerator::max();
288 constexpr __uctype __urngrange = __urngmax - __urngmin;
290 const __uctype __urange
291 = __uctype(__param.b()) - __uctype(__param.a());
293 __uctype __ret;
298 const __uctype __uerange = __urange + 1; // __urange can be zero
323 const __uctype __scalin
377 typedef typename common_type<_Gresult_type, __utype>::type __uctype; typedef
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h55 typedef uint64_t __uctype; typedef
75 const __uctype __urngmin = __urng.min();
76 const __uctype __urngmax = __urng.max();
77 const __uctype __urngrange = __urngmax - __urngmin;
78 const __uctype __uerngrange = __urngrange + 1;
100 const __uctype __uerange = __maskval + 1;
101 const __uctype __scaling = __urngrange / __uerange;
102 const __uctype __past = __uerange * __scaling;
105 __v1 = __uctype(__urng()) - __urngmin;
110 __v2 = __uctype(__urn
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h55 typedef uint64_t __uctype; typedef
75 const __uctype __urngmin = __urng.min();
76 const __uctype __urngmax = __urng.max();
77 const __uctype __urngrange = __urngmax - __urngmin;
78 const __uctype __uerngrange = __urngrange + 1;
100 const __uctype __uerange = __maskval + 1;
101 const __uctype __scaling = __urngrange / __uerange;
102 const __uctype __past = __uerange * __scaling;
105 __v1 = __uctype(__urng()) - __urngmin;
110 __v2 = __uctype(__urn
[all...]

Completed in 457 milliseconds