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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h102 const __uctype __past = __uerange * __scaling; local
106 while (__v1 >= __past);
111 while (__v2 >= __past);
139 const __uctype __past = __highrange * __scaling; local
147 while (__tmp >= __past);
163 while (__tmp >= __past);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h102 const __uctype __past = __uerange * __scaling; local
106 while (__v1 >= __past);
111 while (__v2 >= __past);
139 const __uctype __past = __highrange * __scaling; local
147 while (__tmp >= __past);
163 while (__tmp >= __past);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h264 const __uctype __past = __uerange * __scaling; local
267 while (__ret >= __past);
344 const __uctype __past = __uerange * __scaling; local
349 while (__ret >= __past);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h324 const __uctype __past = __uerange * __scaling; local
327 while (__ret >= __past);
406 const __uctype __past = __uerange * __scaling; local
411 while (__ret >= __past);

Completed in 233 milliseconds