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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
MersenneTwister.java 100 private int mti; field in class:MersenneTwister
146 for (mti = 1; mti < N; ++mti) {
149 longMT = (1812433253l * (longMT ^ (longMT >> 30)) + mti) & 0xffffffffL;
150 mt[mti]= (int) longMT;
227 if (mti >= N) { // generate N words at one time
244 mti = 0;
247 y = mt[mti++];
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
macro-ld-sd.s 1 # RUN: llvm-mc -triple mips-mti-linux-gnu -show-encoding %s | FileCheck \
3 # RUN: llvm-mc -triple mips64-mti-linux-gnu -show-encoding %s -target-abi n64 \
5 # RUN: llvm-mc -triple mips64-mti-linux-gnu -show-encoding %s -target-abi n32 \
  /external/ltp/utils/ffsb-6.0-rc2/
rand.h 43 int mti; /* mti==N+1 means mt[N] is not initialized */ member in struct:randdata
rand.c 71 state->mti = 0;
78 if (state->mti >= state->size) {
80 state->mti = 0;
82 ret = state->mt[state->mti];
83 state->mti++;
  /external/pdfium/core/fxcrt/
fx_random.cpp 29 uint32_t mti; member in struct:__anon34969::MTContext
91 pContext->mti = MT_N;
99 if (pMTC->mti >= MT_N) {
112 pMTC->mti = 0;
114 v = pBuf[pMTC->mti++];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 148 int mti; local
153 for (mti=1; mti<N; mti++) {
154 mt[mti] =
155 (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti);
160 mt[mti] &= 0xffffffffUL;
163 self->index = mti;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_randommodule.c 148 int mti; local
153 for (mti=1; mti<N; mti++) {
154 mt[mti] =
155 (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti);
160 mt[mti] &= 0xffffffffUL;
163 self->index = mti;
    [all...]
  /external/python/cpython2/Modules/
_randommodule.c 148 int mti; local
153 for (mti=1; mti<N; mti++) {
154 mt[mti] =
155 (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti);
160 mt[mti] &= 0xffffffffUL;
163 self->index = mti;
    [all...]
  /external/python/cpython3/Modules/
_randommodule.c 151 int mti; local
156 for (mti=1; mti<N; mti++) {
157 mt[mti] =
158 (1812433253U * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti);
164 self->index = mti;
  /external/libaom/libaom/build/cmake/toolchains/
mips32-linux-gcc.cmake 39 set(CROSS mips-mti-linux-gnu-)
  /external/u-boot/arch/mips/dts/
Makefile 6 dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb
  /external/golang-protobuf/proto/
message_set.go 78 mti, ok := pb.(messageTypeIder)
82 id := mti.MessageTypeId()
116 mti, ok := pb.(messageTypeIder)
121 mtid := mti.MessageTypeId()
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
message_set.go 84 mti, ok := pb.(messageTypeIder)
88 id := mti.MessageTypeId()
122 mti, ok := pb.(messageTypeIder)
127 mtid := mti.MessageTypeId()
  /external/caliper/lib/
jersey-client-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 728 milliseconds