Home
last modified time | relevance | path

Searched refs:UPPER_MASK (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/devel/liboil/liboil-0.3.17/liboil/ref/
H A Dmt19937ar.c54 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
73 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in mt19937_ref()
77 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in mt19937_ref()
80 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in mt19937_ref()
111 y = (mt[kk*8+i]&UPPER_MASK)|(mt[(kk+1)*8+i]&LOWER_MASK);
115 y = (mt[kk*8+i]&UPPER_MASK)|(mt[(kk+1)*8+i]&LOWER_MASK);
118 y = (mt[(N-1)*8+i]&UPPER_MASK)|(mt[0*8+i]&LOWER_MASK);
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A Dmersenne.h88 static const unsigned long UPPER_MASK = 0x80000000UL; variable
98 const unsigned long UPPER_MASK = 0x80000000UL;
280 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
284 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
287 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
/dports/finance/quantlib/QuantLib-1.20/ql/math/randomnumbers/
H A Dmt19937uniformrng.cpp77 const unsigned long MersenneTwisterUniformRng::UPPER_MASK=0x80000000UL; member in QuantLib::MersenneTwisterUniformRng
122 mt[0] = UPPER_MASK; /*MSB is 1; assuring non-zero initial array*/ in MersenneTwisterUniformRng()
132 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in twist()
136 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in twist()
139 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in twist()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-random/src/
H A Dmt19937ar.c43 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
73 y = (t->mt[kk]&UPPER_MASK)|(t->mt[kk+1]&LOWER_MASK); in mrb_random_genrand_int32()
77 y = (t->mt[kk]&UPPER_MASK)|(t->mt[kk+1]&LOWER_MASK); in mrb_random_genrand_int32()
80 y = (t->mt[N-1]&UPPER_MASK)|(t->mt[0]&LOWER_MASK); in mrb_random_genrand_int32()
166 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
170 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
173 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK);
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-random/src/
H A Dmt19937ar.c43 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
73 y = (t->mt[kk]&UPPER_MASK)|(t->mt[kk+1]&LOWER_MASK); in mrb_random_genrand_int32()
77 y = (t->mt[kk]&UPPER_MASK)|(t->mt[kk+1]&LOWER_MASK); in mrb_random_genrand_int32()
80 y = (t->mt[N-1]&UPPER_MASK)|(t->mt[0]&LOWER_MASK); in mrb_random_genrand_int32()
166 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
170 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
173 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK);
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-random/src/
H A Dmt19937ar.c43 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
73 y = (t->mt[kk]&UPPER_MASK)|(t->mt[kk+1]&LOWER_MASK); in mrb_random_genrand_int32()
77 y = (t->mt[kk]&UPPER_MASK)|(t->mt[kk+1]&LOWER_MASK); in mrb_random_genrand_int32()
80 y = (t->mt[N-1]&UPPER_MASK)|(t->mt[0]&LOWER_MASK); in mrb_random_genrand_int32()
166 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
170 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK);
173 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK);
/dports/security/libfido2/libfido2-1.9.0/fuzz/
H A Dprng.c53 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
91 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
95 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
98 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dmt19937-1.c42 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
85 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand()
89 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand()
92 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/util/
H A Drnd.c57 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
90 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in rndu()
94 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in rndu()
97 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in rndu()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dgenrandmain.c36 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
79 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand()
83 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand()
86 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand()
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/util/
H A Dgenrand.c124 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
171 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32()
175 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32()
178 y = (mt[N - 1] & UPPER_MASK) | (mt[0] & LOWER_MASK); in genrand_int32()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/ns-eel2/
H A Dnseel-cfunc.c39 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
74 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
78 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
81 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
/dports/devel/datadraw/datadraw3.1.1/util/
H A Dutrand.c41 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
79 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in utRand()
83 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in utRand()
86 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in utRand()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/util/
H A Dgenrand.c124 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */
171 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK);
175 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK);
178 y = (mt[N - 1] & UPPER_MASK) | (mt[0] & LOWER_MASK);
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Plugins/Generator/
H A DrandomGenerator.cpp39 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
83 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in random()
87 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in random()
90 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in random()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Misc/
H A DrandomGenerator.cpp38 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
84 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in random()
88 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in random()
91 y = (mt[N - 1] & UPPER_MASK) | (mt[0] & LOWER_MASK); in random()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Plugins/Generator/
H A DrandomGenerator.cpp39 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
83 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in random()
87 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in random()
90 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in random()
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/util/
H A Dgenrand.c124 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
171 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32()
175 y = (mt[kk] & UPPER_MASK) | (mt[kk + 1] & LOWER_MASK); in genrand_int32()
178 y = (mt[N - 1] & UPPER_MASK) | (mt[0] & LOWER_MASK); in genrand_int32()
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/testing/
H A Drandom.h16 static const uint32_t UPPER_MASK; variable
38 y = (mt_buffer_[kk] & UPPER_MASK) | (mt_buffer_[kk + 1] & LOWER_MASK); in Rand32()
42 y = (mt_buffer_[kk] & UPPER_MASK) | (mt_buffer_[kk + 1] & LOWER_MASK); in Rand32()
45 y = (mt_buffer_[MT_LEN - 1] & UPPER_MASK) | (mt_buffer_[0] & LOWER_MASK); in Rand32()
124 const uint32_t MTRandom::UPPER_MASK = 0x80000000;
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/testing/
H A Drandom.h27 static const uint32_t UPPER_MASK;
52 y = (mt_buffer_[kk] & UPPER_MASK) | (mt_buffer_[kk + 1] & LOWER_MASK);
56 y = (mt_buffer_[kk] & UPPER_MASK) | (mt_buffer_[kk + 1] & LOWER_MASK);
59 y = (mt_buffer_[MT_LEN - 1] & UPPER_MASK) | (mt_buffer_[0] & LOWER_MASK);
138 const uint32_t MTRandom::UPPER_MASK = 0x80000000;
/dports/cad/iverilog/verilog-11.0/vpi/
H A Dmt19937int.c53 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
99 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand()
103 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand()
106 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavutil/
H A Drandom.c42 #define UPPER_MASK 0x80000000 /* most significant w-r bits */ macro
72 y = (state->mt[kk] & UPPER_MASK) | (state->mt[kk + 1] & LOWER_MASK); in av_random_generate_untempered_numbers()
76 y = (state->mt[kk] & UPPER_MASK) | (state->mt[kk + 1] & LOWER_MASK); in av_random_generate_untempered_numbers()
79 y = (state->mt[AV_RANDOM_N - 1] & UPPER_MASK) | (state->mt[0] & LOWER_MASK); in av_random_generate_untempered_numbers()
/dports/audio/moony-lv2/moony-0.36.0/lrandom/
H A Drandom.c57 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
98 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
102 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
105 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
/dports/audio/lv2lint/lv2lint-0.14.0/mapper.lv2/test/
H A Drandom.c57 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
98 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
102 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
105 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
/dports/audio/synthpod-lv2/synthpod-01aad91/mapper.lv2/test/
H A Drandom.c57 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
98 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
102 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
105 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()

1234567891011