Home
last modified time | relevance | path

Searched refs:RAND_A (Results 1 – 22 of 22) sorted by relevance

/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/asmcomp/
H A Dmainarith.c285 #define RAND_A 6364136223846793005ULL macro
288 #define RAND_A 214013U macro
295 seed = seed * RAND_A + RAND_C; in rnd()
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/asmcomp/
H A Dmainarith.c285 #define RAND_A 6364136223846793005ULL macro
288 #define RAND_A 214013U macro
295 seed = seed * RAND_A + RAND_C; in rnd()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/patchex/
H A Dpatchex.cpp52 #define RAND_A (0x343FD) macro
77 value = RAND_A * value + RAND_B; in create_dec_table()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgfilters-0.1.0/src/
H A Dturbulence.rs8 const RAND_A: i32 = 16807; // 7**5; primitive root of m const
292 let mut result = RAND_A * (seed % RAND_Q) - RAND_R * (seed / RAND_Q); in random()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/filters/
H A Dturbulence.rs117 const RAND_A: i32 = 16807; // 7**5; primitive root of m const
132 let mut result = RAND_A * (seed % RAND_Q) - RAND_R * (seed / RAND_Q); in random()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DSVGTurbulenceRenderer-inl.h68 static const int32_t RAND_A = 16807; /* 7**5; primitive root of m */ member
87 int32_t result = RAND_A * (aSeed % RAND_Q) - RAND_R * (aSeed / RAND_Q); in Random()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DSVGTurbulenceRenderer-inl.h68 static const int32_t RAND_A = 16807; /* 7**5; primitive root of m */ member
87 int32_t result = RAND_A * (aSeed % RAND_Q) - RAND_R * (aSeed / RAND_Q); in Random()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DSVGTurbulenceRenderer-inl.h68 static const int32_t RAND_A = 16807; /* 7**5; primitive root of m */ member
87 int32_t result = RAND_A * (aSeed % RAND_Q) - RAND_R * (aSeed / RAND_Q); in Random()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DSVGTurbulenceRenderer-inl.h68 static const int32_t RAND_A = 16807; /* 7**5; primitive root of m */ member
87 int32_t result = RAND_A * (aSeed % RAND_Q) - RAND_R * (aSeed / RAND_Q); in Random()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DSVGTurbulenceRenderer-inl.h68 static const int32_t RAND_A = 16807; /* 7**5; primitive root of m */ member
87 int32_t result = RAND_A * (aSeed % RAND_Q) - RAND_R * (aSeed / RAND_Q); in Random()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DSVGTurbulenceRenderer-inl.h63 static const int32_t RAND_A = 16807; /* 7**5; primitive root of m */ member
87 int32_t result = RAND_A * (aSeed % RAND_Q) - RAND_R * (aSeed / RAND_Q); in Random()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/
H A Drefmpn.c2420 #define RAND_A CNST_LIMB(0x29CF535) macro
2423 #define RAND_A CNST_LIMB(0xBAECD515DAF0B49D) macro
2431 refmpn_random_seed = refmpn_random_seed * RAND_A + 1; in refmpn_random_half()
/dports/math/mpir/mpir-3.0.0/tests/
H A Drefmpn.c2348 #define RAND_A CNST_LIMB(0x29CF535) macro
2351 #define RAND_A CNST_LIMB(0xBAECD515DAF0B49D) macro
2359 refmpn_random_seed = refmpn_random_seed * RAND_A + 1; in refmpn_random_half()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/
H A Drefmpn.c2416 #define RAND_A CNST_LIMB(0x29CF535) macro
2419 #define RAND_A CNST_LIMB(0xBAECD515DAF0B49D) macro
2427 refmpn_random_seed = refmpn_random_seed * RAND_A + 1; in refmpn_random_half()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/
H A Drefmpn.c2468 #define RAND_A CNST_LIMB(0x29CF535) macro
2471 #define RAND_A CNST_LIMB(0xBAECD515DAF0B49D) macro
2479 refmpn_random_seed = refmpn_random_seed * RAND_A + 1; in refmpn_random_half()
/dports/math/gmp/gmp-6.2.1/tests/
H A Drefmpn.c2468 #define RAND_A CNST_LIMB(0x29CF535) macro
2471 #define RAND_A CNST_LIMB(0xBAECD515DAF0B49D) macro
2479 refmpn_random_seed = refmpn_random_seed * RAND_A + 1; in refmpn_random_half()
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dircaux.c3137 static const long RAND_A = 16807L; local
3156 long t = RAND_A * (z % RAND_Q) - RAND_R * (z / RAND_Q);
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dircaux.c3137 static const long RAND_A = 16807L; local
3156 long t = RAND_A * (z % RAND_Q) - RAND_R * (z / RAND_Q);
/dports/irc/epic4/epic4-2.10.9/source/
H A Dircaux.c3148 static const long RAND_A = 16807L; in randm() local
3160 t = RAND_A * (z % RAND_Q) - RAND_R * (z / RAND_Q); in randm()
/dports/irc/ircII/ircii-20210314/source/
H A Dalias.c2298 #define RAND_A 16807L macro
2313 t = RAND_A * (z % RAND_Q) - RAND_R * (z / RAND_Q); in randm()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dalias.c2473 #define RAND_A 16807L macro
2491 t = RAND_A * (z % RAND_Q) - RAND_R * (z / RAND_Q);
/dports/irc/epic5/epic5-2.1.6/source/
H A Dircaux.c3678 static const long RAND_A = 16807L; in randm() local
3690 t = RAND_A * (z % RAND_Q) - RAND_R * (z / RAND_Q); in randm()