Home
last modified time | relevance | path

Searched refs:globalSeed (Results 1 – 14 of 14) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/water/maths/
H A DRandom.cpp56 static int64 globalSeed = 0; in setSeedRandomly() local
58 combineSeed (globalSeed ^ (int64) (pointer_sized_int) this); in setSeedRandomly()
61 globalSeed ^= seed; in setSeedRandomly()
/dports/lang/maude/maude-2.7.1/src/BuiltIn/
H A DrandomOpSymbol.cc50 MTRand::uint32 RandomOpSymbol::globalSeed = 0; member in RandomOpSymbol
55 currentState(globalSeed) in RandomOpSymbol()
96 currentState.seed(globalSeed); in eqRewrite()
H A DrandomOpSymbol.hh47 static MTRand::uint32 globalSeed; member in RandomOpSymbol
57 globalSeed = value; in setGlobalSeed()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/test/
H A Dcrypto.go10 var globalSeed int64 var
14 seed := atomic.AddInt64(&globalSeed, 1)
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/maths/
H A Djuce_Random.cpp61 static std::atomic<int64> globalSeed { 0 }; in setSeedRandomly() local
63 combineSeed (globalSeed ^ (int64) (pointer_sized_int) this); in setSeedRandomly()
68 globalSeed ^= seed; in setSeedRandomly()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/maths/
H A Djuce_Random.cpp61 static std::atomic<int64> globalSeed { 0 }; in setSeedRandomly() local
63 combineSeed (globalSeed ^ (int64) (pointer_sized_int) this); in setSeedRandomly()
68 globalSeed ^= seed; in setSeedRandomly()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/maths/
H A Djuce_Random.cpp61 static std::atomic<int64> globalSeed { 0 }; in setSeedRandomly() local
63 combineSeed (globalSeed ^ (int64) (pointer_sized_int) this); in setSeedRandomly()
68 globalSeed ^= seed; in setSeedRandomly()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c87 RandLong globalSeed; /* seed that is initialized at start up */ variable
491 globalSeed = (RandLong)curTime; in GetTimeSeed()
492 if (globalSeed < 0) in GetTimeSeed()
493 globalSeed = -globalSeed; in GetTimeSeed()
495 ierror = MPI_Bcast(&globalSeed, 1, MPI_LONG, 0, MPI_COMM_WORLD); in GetTimeSeed()
531 globalSeed = (RandLong)curTime; in GetTimeSeed()
532 if (globalSeed < 0) in GetTimeSeed()
533 globalSeed = -globalSeed; in GetTimeSeed()
H A Dcommand.c1184 if (SetUpAnalysis (&globalSeed) == ERROR) in DoCalibrate()
3221 if (SetUpAnalysis(&globalSeed) == ERROR) in DoDelete()
3888 if (SetUpAnalysis(&globalSeed) == ERROR) in DoExclude()
4716 if (SetUpAnalysis(&globalSeed) == ERROR) in DoInclude()
5206 if (SetUpAnalysis (&globalSeed) == ERROR) in DoMatrix()
6042 if (SetUpAnalysis(&globalSeed) == ERROR) in DoRestore()
6452 if (SetUpAnalysis (&globalSeed) == ERROR) in DoSetParm()
6478 if (SetUpAnalysis (&globalSeed) == ERROR) in DoSetParm()
6508 if (SetUpAnalysis (&globalSeed) == ERROR) in DoSetParm()
6531 if (SetUpAnalysis (&globalSeed) == ERROR) in DoSetParm()
[all …]
H A Dbayes.h1611 extern RandLong globalSeed; /* seed that is initialized at star…
H A Dmodel.c1147 FillNormalParams (&globalSeed, 0, numGlobalChains); in ChangeNumChains()
1291 FillTreeParams (&globalSeed, toIndex, toIndex+1); in ChangeNumChains()
1333 FillStdStateFreqs (run*to+from, run*to+to, &globalSeed); in ChangeNumChains()
1524 FillNormalParams (&globalSeed, from*nChains, to*nChains); in ChangeNumRuns()
1545 FillTreeParams (&globalSeed, from*nChains, to*nChains); in ChangeNumRuns()
1568 FillStdStateFreqs (from*nChains, to*nChains, &globalSeed); in ChangeNumRuns()
2709 if (SetUpAnalysis (&globalSeed) == ERROR) in DoLink()
3001 if (SetUpAnalysis (&globalSeed) == ERROR) in DoLset()
4449 if (SetUpAnalysis (&globalSeed) == ERROR) in DoPrset()
9648 if (SetUpAnalysis (&globalSeed) == ERROR) in DoReport()
[all …]
H A Dmcmc.c1436 if (BuildStepwiseTree (tree, chn, &globalSeed) == ERROR) in BuildParsTrees()
2341 seed = globalSeed + (proc_id + 1); in DoMcmc()
2345 seed = globalSeed; in DoMcmc()
2660 globalSeed = seed; in DoMcmc()
/dports/misc/tvm/incubator-tvm-0.6.1/vta/tests/hardware/common/
H A Dtest_lib.cc117 uint32_t globalSeed; variable
204 array[i][j] = static_cast<T>(rand_r(&globalSeed)); in allocInit2dArray()
734 …rand_r(&globalSeed) % (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - 1)) - (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - … in alu_test()
737 …rand_r(&globalSeed) % (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - 1)) - (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - … in alu_test()
740 …rand_r(&globalSeed) % (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - 1)) - (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - … in alu_test()
743 …rand_r(&globalSeed) % (1LL << (VTA_SHR_ARG_BIT_WIDTH - 1)) - (1LL << (VTA_SHR_ARG_BIT_WIDTH - 2))); in alu_test()
813 rand_r(&globalSeed) % (1LL << (VTA_INP_WIDTH - 1)) - (1LL << (VTA_INP_WIDTH - 2))); in alu_test()
816 rand_r(&globalSeed) % (1LL << (VTA_INP_WIDTH - 1)) - (1LL << (VTA_INP_WIDTH - 2))); in alu_test()
819 rand_r(&globalSeed) % (1LL << (VTA_INP_WIDTH - 2)) - (1LL << (VTA_INP_WIDTH - 3))); in alu_test()
822 …rand_r(&globalSeed) % (1LL << (VTA_SHR_ARG_BIT_WIDTH - 1)) - (1LL << (VTA_SHR_ARG_BIT_WIDTH - 2))); in alu_test()
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/tests/hardware/common/
H A Dtest_lib.cc117 uint32_t globalSeed; variable
204 array[i][j] = static_cast<T>(rand_r(&globalSeed)); in allocInit2dArray()
734 …rand_r(&globalSeed) % (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - 1)) - (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - … in alu_test()
737 …rand_r(&globalSeed) % (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - 1)) - (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - … in alu_test()
740 …rand_r(&globalSeed) % (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - 1)) - (1LL << (VTA_ALUOP_IMM_BIT_WIDTH - … in alu_test()
743 …rand_r(&globalSeed) % (1LL << (VTA_SHR_ARG_BIT_WIDTH - 1)) - (1LL << (VTA_SHR_ARG_BIT_WIDTH - 2))); in alu_test()
813 rand_r(&globalSeed) % (1LL << (VTA_INP_WIDTH - 1)) - (1LL << (VTA_INP_WIDTH - 2))); in alu_test()
816 rand_r(&globalSeed) % (1LL << (VTA_INP_WIDTH - 1)) - (1LL << (VTA_INP_WIDTH - 2))); in alu_test()
819 rand_r(&globalSeed) % (1LL << (VTA_INP_WIDTH - 2)) - (1LL << (VTA_INP_WIDTH - 3))); in alu_test()
822 …rand_r(&globalSeed) % (1LL << (VTA_SHR_ARG_BIT_WIDTH - 1)) - (1LL << (VTA_SHR_ARG_BIT_WIDTH - 2))); in alu_test()