Searched refs:mt (Results 1 - 25 of 109) sorted by relevance

12345

/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/
H A Dconstants.cc28 std::mt19937 mt; local
30 const void* p = &mt.word_size;
31 p = &mt.state_size;
32 p = &mt.shift_size;
33 p = &mt.mask_bits;
34 p = &mt.xor_mask;
35 p = &mt.tempering_u;
36 p = &mt.tempering_d;
37 p = &mt.tempering_s;
38 p = &mt
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/
H A Dconstants.cc26 std::tr1::mt19937 mt; local
28 const void* p = &mt.word_size;
29 p = &mt.state_size;
30 p = &mt.shift_size;
31 p = &mt.mask_bits;
32 p = &mt.parameter_a;
33 p = &mt.output_u;
34 p = &mt.output_s;
35 p = &mt.output_b;
36 p = &mt
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_14.f9010 type :: mt type in module:global
13 end type mt
20 type(mt) :: dt(2)
21 type(mt) :: cdt
26 dt = mt ((/99,999,9999,99999/))
27 cdt = mt ((/-99,-999,-9999,-99999/))
34 type(mt) :: dt1
35 type(mt) :: dt2
48 type(mt) :: dt(2) !dummy arg., derived array
49 type(mt)
[all...]
H A Ddirect_io_1.f908 integer n, nt, mt, m variable in program:direct_io_1
17 inquire(iolength=mt) (p(m), m=1, nt)
19 open(unit=12, file='syn.sax', access='direct', recl=mt)
21 write(12, rec=n) mt, nt
25 inquire(iolength=mt) (p(m), m=1, nt)
27 open(unit=12, file='syn.sax', access='direct', recl=mt)
29 write(12, rec=n) mt, nt
H A Dnamelist_40.f906 type :: mt type in module:global
8 end type mt
11 type(mt) :: m(2)
H A Dnamelist_47.f904 type :: mt type in module:nml_47
6 end type mt
9 type(mt) :: m(2)
H A Dnamelist_15.f908 type :: mt type in module:global
10 end type mt
13 type(mt) :: m(2)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mt/
H A Dmt.exp3 if [istarget mt-*-*] {
H A Derrors.exp30 if [istarget mt-*-*] {
/haiku-buildtools/binutils/gas/testsuite/gas/mt/
H A Dmt.exp19 if [istarget mt-*-*] {
H A Derrors.exp46 if [istarget mt-*-*] {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/
H A D37986.cc27 std::tr1::mt19937 mt; local
33 > g1(mt, dist);
38 > g2(mt, dist);
43 > g3(&mt, dist);
/haiku-buildtools/legacy/binutils/ld/emulparams/
H A Delf32mt.sh3 OUTPUT_FORMAT="elf32-mt"
4 # See also `include/elf/mt.h'
6 ARCH=mt
/haiku-buildtools/gcc/gmp/
H A Drandmts.c120 /* Copy the last bit into bit 31 of mt[0] and clear it. */
121 p->mt[0] = (mpz_tstbit (seed1, 19936L) != 0) ? 0x80000000 : 0;
125 mpz_export (&p->mt[1], &cnt, -1, sizeof (p->mt[1]), 0,
126 8 * sizeof (p->mt[1]) - 32, seed1);
130 p->mt[cnt++] = 0;
138 __gmp_mt_recalc_buffer (p->mt);
H A Drandmt.h32 gmp_uint_least32_t mt[N]; /* State array. */ member in struct:__anon1860
H A Drandmt.c159 __gmp_mt_recalc_buffer (gmp_uint_least32_t mt[]) argument
166 y = (mt[kk] & 0x80000000) | (mt[kk + 1] & 0x7FFFFFFF);
167 mt[kk] = mt[kk + M] ^ (y >> 1) ^ ((y & 0x01) != 0 ? MATRIX_A : 0);
171 y = (mt[kk] & 0x80000000) | (mt[kk + 1] & 0x7FFFFFFF);
172 mt[kk] = mt[kk - (N - M)] ^ (y >> 1) ^ ((y & 0x01) != 0 ? MATRIX_A : 0);
175 y = (mt[
191 gmp_uint_least32_t *mt; local
[all...]
/haiku-buildtools/binutils/ld/emulparams/
H A Delf32mt.sh5 OUTPUT_FORMAT="elf32-mt"
6 # See also `include/elf/mt.h'
8 ARCH=mt
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dorphan.d5 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
H A Dpr349.d6 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
H A Dpr20528a.d6 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
H A Dpr20528b.d6 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
H A Dwarn2.d9 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
H A Dorphan-region.d5 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* pj*-*-*
H A Dcompressed1d.d5 #notarget: d30v-*-* dlx-*-* fr30-*-* frv-*-* ft32-*-* i370-*-* i860-*-* iq2000-*-* mn10200-*-* moxie-*-* msp430-*-* mt-*-* or1k-*-* pj-*-*
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/stress/
H A Dmaps.go32 func stressMapType(mt MapType, done func()) {
34 m := mt.NewMap()
105 for _, mt := range mapTypes() {
107 go stressMapType(mt, wg.Done)

Completed in 224 milliseconds

12345