Home
last modified time | relevance | path

Searched refs:mtState (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d656 State mtState; in defaultState() local
657 seedImpl(defaultSeed, mtState); in defaultState()
658 return mtState; in defaultState()
680 mtState.data[$ - 1] = value; in seedImpl()
688 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl()
695 mtState.index = n - 1; in seedImpl()
730 mtState.index = n - 1;
779 auto z = mtState.z; in popFrontImpl()
803 mtState.z = mtState.data[index] = e; in popFrontImpl()
804 mtState.index = next; in popFrontImpl()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d883 State mtState; in defaultState() local
884 seedImpl(defaultSeed, mtState); in defaultState()
885 return mtState; in defaultState()
907 mtState.data[$ - 1] = value; in seedImpl()
915 … e = f * (mtState.data[i + 1] ^ (mtState.data[i + 1] >> (w - 2))) + cast(UIntType)(n - (i + 1)); in seedImpl()
922 mtState.index = n - 1; in seedImpl()
957 mtState.index = n - 1;
1006 auto z = mtState.z; in popFrontImpl()
1030 mtState.z = mtState.data[index] = e; in popFrontImpl()
1031 mtState.index = next; in popFrontImpl()
[all …]