OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtractive_rng
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h
386
//
subtractive_rng
is an extension: it is not part of the standard.
388
class
subtractive_rng
: public unary_function<_STLP_UINT32_T, _STLP_UINT32_T> {
class in inherits:unary_function
419
subtractive_rng
(unsigned int __seed) { _M_initialize(__seed); }
function in class:subtractive_rng
420
subtractive_rng
() { _M_initialize(161803398ul); }
function in class:subtractive_rng
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
functional
346
/** The @c
subtractive_rng
class is documented on
352
class
subtractive_rng
394
subtractive_rng
(unsigned int __seed)
398
subtractive_rng
()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
functional
346
/** The @c
subtractive_rng
class is documented on
352
class
subtractive_rng
394
subtractive_rng
(unsigned int __seed)
398
subtractive_rng
()
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
functional
346
/** The @c
subtractive_rng
class is documented on
352
class
subtractive_rng
394
subtractive_rng
(unsigned int __seed)
398
subtractive_rng
()
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
functional
346
/** The @c
subtractive_rng
class is documented on
352
class
subtractive_rng
394
subtractive_rng
(unsigned int __seed)
398
subtractive_rng
()
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function.h
386
//
subtractive_rng
is an extension: it is not part of the standard.
388
class
subtractive_rng
: public unary_function<_STLP_UINT32_T, _STLP_UINT32_T> {
class in inherits:unary_function
419
subtractive_rng
(unsigned int __seed) { _M_initialize(__seed); }
function in class:subtractive_rng
420
subtractive_rng
() { _M_initialize(161803398ul); }
function in class:subtractive_rng
Completed in 1025 milliseconds