HomeSort by: relevance | last modified time | path
    Searched defs:__past (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 102 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);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 102 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);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
uniform_int_dist.h 335 const __uctype __past = __uerange * __scaling; local
338 while (__ret >= __past);
417 const __uctype __past = __uerange * __scaling; local
422 while (__ret >= __past);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
uniform_int_dist.h 324 const __uctype __past = __uerange * __scaling; local
327 while (__ret >= __past);
406 const __uctype __past = __uerange * __scaling; local
411 while (__ret >= __past);

Completed in 25 milliseconds