HomeSort by relevance Sort by last modified time
    Searched refs:__urngrange (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
opt_random.h 75 const __uctype __urngrange = __urngmax - __urngmin; local
76 const __uctype __uerngrange = __urngrange + 1;
90 if (__urngrange > __maskval)
99 const __uctype __scaling = __urngrange / __uerange;
115 else if (__urngrange == __maskval)
117 else if ((__urngrange + 2) * __urngrange >= __maskval
136 const __uctype __scaling = __urngrange / __highrange;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
opt_random.h 75 const __uctype __urngrange = __urngmax - __urngmin; local
76 const __uctype __uerngrange = __urngrange + 1;
90 if (__urngrange > __maskval)
99 const __uctype __scaling = __urngrange / __uerange;
115 else if (__urngrange == __maskval)
117 else if ((__urngrange + 2) * __urngrange >= __maskval
136 const __uctype __scaling = __urngrange / __highrange;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
opt_random.h 75 const __uctype __urngrange = __urngmax - __urngmin; local
76 const __uctype __uerngrange = __urngrange + 1;
90 if (__urngrange > __maskval)
99 const __uctype __scaling = __urngrange / __uerange;
115 else if (__urngrange == __maskval)
117 else if ((__urngrange + 2) * __urngrange >= __maskval
136 const __uctype __scaling = __urngrange / __highrange;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
opt_random.h 75 const __uctype __urngrange = __urngmax - __urngmin; local
76 const __uctype __uerngrange = __urngrange + 1;
90 if (__urngrange > __maskval)
99 const __uctype __scaling = __urngrange / __uerange;
115 else if (__urngrange == __maskval)
117 else if ((__urngrange + 2) * __urngrange >= __maskval
136 const __uctype __scaling = __urngrange / __highrange;

Completed in 589 milliseconds