Searched refs:__past (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h100 const __uctype __past = __uerange * __scaling; local
104 while (__v1 >= __past);
109 while (__v2 >= __past);
137 const __uctype __past = __highrange * __scaling; local
145 while (__tmp >= __past);
161 while (__tmp >= __past);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Duniform_int_dist.h240 const __uctype __past = __uerange * __scaling; local
243 while (__ret >= __past);
320 const __uctype __past = __uerange * __scaling; local
325 while (__ret >= __past);

Completed in 469 milliseconds