/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | MersenneTwister.java | 100 private int mti; field in MersenneTwister 146 for (mti = 1; mti < N; ++mti) { in setSeed() 149 longMT = (1812433253l * (longMT ^ (longMT >> 30)) + mti) & 0xffffffffL; in setSeed() 150 mt[mti]= (int) longMT; in setSeed() 227 if (mti >= N) { // generate N words at one time in next() 244 mti = 0; in next() 247 y = mt[mti++]; in next()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | rand.c | 71 state->mti = 0; in sgenrand() 78 if (state->mti >= state->size) { in genrand8() 80 state->mti = 0; in genrand8() 82 ret = state->mt[state->mti]; in genrand8() 83 state->mti++; in genrand8()
|
D | rand.h | 43 int mti; /* mti==N+1 means mt[N] is not initialized */ member
|
/external/pdfium/core/fxcrt/ |
D | fx_random.cpp | 29 uint32_t mti; member 91 pContext->mti = MT_N; in FX_Random_MT_Start() 99 if (pMTC->mti >= MT_N) { in FX_Random_MT_Generate() 112 pMTC->mti = 0; in FX_Random_MT_Generate() 114 v = pBuf[pMTC->mti++]; in FX_Random_MT_Generate()
|
/external/python/cpython2/Modules/ |
D | _randommodule.c | 148 int mti; in init_genrand() local 153 for (mti=1; mti<N; mti++) { in init_genrand() 154 mt[mti] = in init_genrand() 155 (1812433253UL * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti); in init_genrand() 160 mt[mti] &= 0xffffffffUL; in init_genrand() 163 self->index = mti; in init_genrand()
|
/external/python/cpython3/Modules/ |
D | _randommodule.c | 151 int mti; in init_genrand() local 156 for (mti=1; mti<N; mti++) { in init_genrand() 157 mt[mti] = in init_genrand() 158 (1812433253U * (mt[mti-1] ^ (mt[mti-1] >> 30)) + mti); in init_genrand() 164 self->index = mti; in init_genrand()
|
/external/golang-protobuf/proto/ |
D | message_set.go | 78 mti, ok := pb.(messageTypeIder) 82 id := mti.MessageTypeId() 116 mti, ok := pb.(messageTypeIder) 121 mtid := mti.MessageTypeId()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | 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/v8/tools/toolchain/ |
D | BUILD.gn | 8 toolprefix = rebase_path("//tools/mips_toolchain/bin/mips-mti-linux-gnu-", 30 toolprefix = rebase_path("//tools/mips_toolchain/bin/mips-mti-linux-gnu-", 52 toolprefix = rebase_path("//tools/mips_toolchain/bin/mips-mti-linux-gnu-", 74 toolprefix = rebase_path("//tools/mips_toolchain/bin/mips-mti-linux-gnu-",
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | frameindex.ll | 1 ; RUN: llc -mtriple=mips-mti-linux-gnu < %s -debug 2>&1 | FileCheck %s --check-prefixes=CHECK,MIPS32 2 ; RUN: llc -mtriple=mips-mti-linux-gnu -mattr=+micromips < %s -debug 2>&1 | FileCheck %s --check-pr… 3 ; RUN: llc -mtriple=mips64-mti-linux-gnu < %s -debug 2>&1 | FileCheck %s --check-prefixes=CHECK,MIP…
|
D | gprestore.ll | 2 ; RUN: llc -mtriple=mips-mti-linux-gnu < %s -relocation-model=pic | FileCheck %s --check-prefix=O32 3 ; RUN: llc -mtriple=mips64-mti-linux-gnu < %s -relocation-model=pic | FileCheck %s --check-prefix=N… 4 ; RUN: llc -mtriple=mips64-mti-linux-gnu < %s -relocation-model=pic -target-abi n32 | FileCheck %s … 5 ; RUN: llc -mtriple=mips-mti-linux-gnu < %s -relocation-model=pic -O3 | FileCheck %s --check-prefix… 6 ; RUN: llc -mtriple=mips64-mti-linux-gnu < %s -relocation-model=pic -O3 | FileCheck %s --check-pref… 7 ; RUN: llc -mtriple=mips64-mti-linux-gnu < %s -relocation-model=pic -target-abi n32 -O3 | FileCheck…
|
D | blez_bgez.ll | 4 ; RUN: llc -mtriple=mipsel-mti-linux-gnu < %s | FileCheck %s --check-prefix=MIPS32 5 ; RUN: llc -mtriple=mips64el-mti-linux-gnu < %s | FileCheck %s --check-prefix=MIPS64 6 ; RUN: llc -mtriple=mipsel-mti-linux-gnu -mattr=+micromips < %s | FileCheck %s --check-prefix=MM
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | message_set.go | 84 mti, ok := pb.(messageTypeIder) 88 id := mti.MessageTypeId() 122 mti, ok := pb.(messageTypeIder) 127 mtid := mti.MessageTypeId()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/ |
D | isel.ll | 1 ; RUN: llc --mtriple=mips-mti-linux-gnu < %s -debug 2>&1 | FileCheck %s --check-prefixes=CHECK,MIPS 2 ; RUN: llc --mtriple=mips-mti-linux-gnu < %s -mattr=+micromips -debug 2>&1 | FileCheck %s --check-p…
|
D | trap.ll | 2 ; RUN: llc -mtriple=mips-mti-linux-gnu < %s --show-mc-encoding | FileCheck %s --check-prefix=MTI 3 ; RUN: llc -mtriple=mips-mti-linux-gnu -mattr=+micromips < %s --show-mc-encoding | FileCheck %s --c…
|
D | add-dsp.ll | 2 ; RUN: llc -mtriple=mips-mti-linux-gnu -mcpu=mips32r2 -mattr=+dsp < %s | FileCheck %s --check-prefi… 3 ; RUN: llc -mtriple=mips-mti-linux-gnu -mcpu=mips32r2 -mattr=+dsp,+micromips < %s | FileCheck %s --…
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | SOURCES.txt | 580 Tests/mtiLib/data/mti/README 581 Tests/mtiLib/data/mti/chained-glyph.ttx.GPOS 582 Tests/mtiLib/data/mti/chained-glyph.ttx.GSUB 583 Tests/mtiLib/data/mti/chained-glyph.txt 584 Tests/mtiLib/data/mti/chainedclass.ttx.GSUB 585 Tests/mtiLib/data/mti/chainedclass.txt 586 Tests/mtiLib/data/mti/chainedcoverage.ttx.GSUB 587 Tests/mtiLib/data/mti/chainedcoverage.txt 588 Tests/mtiLib/data/mti/cmap.ttx 589 Tests/mtiLib/data/mti/cmap.ttx.cmap [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/indirect-jump-hazard/ |
D | calls.ll | 2 ; RUN: llc < %s -mtriple=mips-mti-linux-gnu -relocation-model=static \ 8 ; RUN: llc < %s -mtriple=mips64-mti-linux-gnu -relocation-model=static \ 15 ; RUN: llc < %s -mtriple=mips-mti-linux-gnu -relocation-model=pic \ 21 ; RUN: llc < %s -mtriple=mips64-mti-linux-gnu -relocation-model=pic \
|
/external/u-boot/arch/mips/dts/ |
D | img,boston.dts | 35 compatible = "mti,gic"; 41 compatible = "mti,gic-timer";
|
D | mti,malta.dts | 9 compatible = "mti,malta";
|
D | Makefile | 6 dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb
|
/external/u-boot/configs/ |
D | malta_defconfig | 4 CONFIG_DEFAULT_DEVICE_TREE="mti,malta"
|
D | malta64_defconfig | 5 CONFIG_DEFAULT_DEVICE_TREE="mti,malta"
|
D | maltael_defconfig | 5 CONFIG_DEFAULT_DEVICE_TREE="mti,malta"
|
D | malta64el_defconfig | 6 CONFIG_DEFAULT_DEVICE_TREE="mti,malta"
|