Home
last modified time | relevance | path

Searched refs:USE_MT19937 (Results 1 – 18 of 18) sorted by relevance

/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/src/c++11/
H A Drandom.cc74 # define USE_MT19937 1 macro
144 #ifdef USE_MT19937 in _M_init()
298 #ifdef USE_MT19937 in _M_init_pretr1()
324 #ifdef USE_MT19937 in _M_init()
350 #ifdef USE_MT19937 in _M_getval()
424 #ifdef USE_MT19937
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/src/c++11/
H A Drandom.cc74 # define USE_MT19937 1 macro
144 #ifdef USE_MT19937 in _M_init()
298 #ifdef USE_MT19937 in _M_init_pretr1()
324 #ifdef USE_MT19937 in _M_init()
350 #ifdef USE_MT19937 in _M_getval()
424 #ifdef USE_MT19937
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/src/c++11/
H A Drandom.cc74 # define USE_MT19937 1 macro
144 #ifdef USE_MT19937 in _M_init()
298 #ifdef USE_MT19937 in _M_init_pretr1()
324 #ifdef USE_MT19937 in _M_init()
350 #ifdef USE_MT19937 in _M_getval()
424 #ifdef USE_MT19937
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/c++11/
H A Drandom.cc79 # define USE_MT19937 1 macro
200 #ifdef USE_MT19937 in _M_init()
350 #ifdef USE_MT19937 in _M_init_pretr1()
376 #ifdef USE_MT19937 in _M_init()
410 #ifdef USE_MT19937 in _M_getval()
482 #ifdef USE_MT19937
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/c++11/
H A Drandom.cc79 # define USE_MT19937 1 macro
200 #ifdef USE_MT19937 in _M_init()
350 #ifdef USE_MT19937 in _M_init_pretr1()
376 #ifdef USE_MT19937 in _M_init()
410 #ifdef USE_MT19937 in _M_getval()
482 #ifdef USE_MT19937
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/src/c++11/
H A Drandom.cc79 # define USE_MT19937 1 macro
200 #ifdef USE_MT19937 in _M_init()
350 #ifdef USE_MT19937 in _M_init_pretr1()
376 #ifdef USE_MT19937 in _M_init()
410 #ifdef USE_MT19937 in _M_getval()
482 #ifdef USE_MT19937
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++11/
H A Drandom.cc86 # define USE_MT19937 1 macro
298 #ifdef USE_MT19937 in which_source()
309 #ifdef USE_MT19937 in _M_init()
503 #ifdef USE_MT19937 in _M_init_pretr1()
529 #ifdef USE_MT19937 in _M_init()
563 #ifdef USE_MT19937 in _M_getval()
653 #ifdef USE_MT19937
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/
H A DChangeLog-20193559 (USE_MT19937): Define if none of the above are defined.
3568 [USE_MT19937]: Forward to _M_init_pretr1 instead.
3569 (random_device::_M_init_pretr1(const string&)) [USE_MT19937]: Inline
3571 [!USE_MT19937]: Call _M_init, transforming the old default token or
3576 [USE_MT19937]: Obtain a value from the mt19937 engine.
3580 [!USE_MT19937] (mersenne_twister): Do not instantiate when not needed.
H A DChangeLog7427 (random_device::_M_init_pretr1) [USE_MT19937]: Accept "prng"
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/
H A DChangeLog-20193559 (USE_MT19937): Define if none of the above are defined.
3568 [USE_MT19937]: Forward to _M_init_pretr1 instead.
3569 (random_device::_M_init_pretr1(const string&)) [USE_MT19937]: Inline
3571 [!USE_MT19937]: Call _M_init, transforming the old default token or
3576 [USE_MT19937]: Obtain a value from the mt19937 engine.
3580 [!USE_MT19937] (mersenne_twister): Do not instantiate when not needed.
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/
H A DChangeLog-20193559 (USE_MT19937): Define if none of the above are defined.
3568 [USE_MT19937]: Forward to _M_init_pretr1 instead.
3569 (random_device::_M_init_pretr1(const string&)) [USE_MT19937]: Inline
3571 [!USE_MT19937]: Call _M_init, transforming the old default token or
3576 [USE_MT19937]: Obtain a value from the mt19937 engine.
3580 [!USE_MT19937] (mersenne_twister): Do not instantiate when not needed.
H A DChangeLog3203 (random_device::_M_init_pretr1) [USE_MT19937]: Accept "prng"
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/
H A DChangeLog-20193559 (USE_MT19937): Define if none of the above are defined.
3568 [USE_MT19937]: Forward to _M_init_pretr1 instead.
3569 (random_device::_M_init_pretr1(const string&)) [USE_MT19937]: Inline
3571 [!USE_MT19937]: Call _M_init, transforming the old default token or
3576 [USE_MT19937]: Obtain a value from the mt19937 engine.
3580 [!USE_MT19937] (mersenne_twister): Do not instantiate when not needed.
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/
H A DChangeLog-20193559 (USE_MT19937): Define if none of the above are defined.
3568 [USE_MT19937]: Forward to _M_init_pretr1 instead.
3569 (random_device::_M_init_pretr1(const string&)) [USE_MT19937]: Inline
3571 [!USE_MT19937]: Call _M_init, transforming the old default token or
3576 [USE_MT19937]: Obtain a value from the mt19937 engine.
3580 [!USE_MT19937] (mersenne_twister): Do not instantiate when not needed.
H A DChangeLog2806 (random_device::_M_init_pretr1) [USE_MT19937]: Accept "prng"
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/
H A DChangeLog-20193559 (USE_MT19937): Define if none of the above are defined.
3568 [USE_MT19937]: Forward to _M_init_pretr1 instead.
3569 (random_device::_M_init_pretr1(const string&)) [USE_MT19937]: Inline
3571 [!USE_MT19937]: Call _M_init, transforming the old default token or
3576 [USE_MT19937]: Obtain a value from the mt19937 engine.
3580 [!USE_MT19937] (mersenne_twister): Do not instantiate when not needed.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/
H A DChangeLog-20193559 (USE_MT19937): Define if none of the above are defined.
3568 [USE_MT19937]: Forward to _M_init_pretr1 instead.
3569 (random_device::_M_init_pretr1(const string&)) [USE_MT19937]: Inline
3571 [!USE_MT19937]: Call _M_init, transforming the old default token or
3576 [USE_MT19937]: Obtain a value from the mt19937 engine.
3580 [!USE_MT19937] (mersenne_twister): Do not instantiate when not needed.
H A DChangeLog2806 (random_device::_M_init_pretr1) [USE_MT19937]: Accept "prng"