Home
last modified time | relevance | path

Searched refs:nextrand (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DRandom.sml17 fun nextrand seed = function
22 | newgenseed seed = {seedref = ref (nextrand seed)};
33 (seedref := nextrand seed; seed / m);
37 | h i seed res = h (i-1) (nextrand seed) (seed / m :: res)
46 (seedref := nextrand seed; floor(real min + scale * seed))
57 h (i-1) (nextrand seed) (floor(real min + scale * seed) :: res)
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dimcompress.c7459 nextrand++; in unquantize_i1r4()
7489 nextrand++; in unquantize_i1r4()
7541 nextrand++; in unquantize_i2r4()
7571 nextrand++; in unquantize_i2r4()
7621 nextrand++; in unquantize_i4r4()
7649 nextrand++; in unquantize_i4r4()
7701 nextrand++; in unquantize_i1r8()
7731 nextrand++; in unquantize_i1r8()
7783 nextrand++; in unquantize_i2r8()
7812 nextrand++; in unquantize_i2r8()
[all …]
H A Dquantize.c117 int nextrand = 0; in fits_quantize_float() local
174 nextrand = (int) (fits_rand_value[iseed] * 500.); in fits_quantize_float()
211 nextrand++; in fits_quantize_float()
212 if (nextrand == N_RANDOM) { in fits_quantize_float()
243 nextrand++; in fits_quantize_float()
244 if (nextrand == N_RANDOM) { in fits_quantize_float()
306 int nextrand = 0; in fits_quantize_double() local
400 nextrand++; in fits_quantize_double()
401 if (nextrand == N_RANDOM) { in fits_quantize_double()
432 nextrand++; in fits_quantize_double()
[all …]
/dports/astro/cfitsio/cfitsio-3.49/
H A Dimcompress.c7514 nextrand++; in unquantize_i1r4()
7544 nextrand++; in unquantize_i1r4()
7596 nextrand++; in unquantize_i2r4()
7626 nextrand++; in unquantize_i2r4()
7676 nextrand++; in unquantize_i4r4()
7704 nextrand++; in unquantize_i4r4()
7756 nextrand++; in unquantize_i1r8()
7786 nextrand++; in unquantize_i1r8()
7838 nextrand++; in unquantize_i2r8()
7867 nextrand++; in unquantize_i2r8()
[all …]
H A Dquantize.c117 int nextrand = 0; in fits_quantize_float() local
174 nextrand = (int) (fits_rand_value[iseed] * 500.); in fits_quantize_float()
211 nextrand++; in fits_quantize_float()
212 if (nextrand == N_RANDOM) { in fits_quantize_float()
243 nextrand++; in fits_quantize_float()
244 if (nextrand == N_RANDOM) { in fits_quantize_float()
306 int nextrand = 0; in fits_quantize_double() local
400 nextrand++; in fits_quantize_double()
401 if (nextrand == N_RANDOM) { in fits_quantize_double()
432 nextrand++; in fits_quantize_double()
[all …]
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dimcompress.c7303 nextrand++; in unquantize_i1r4()
7333 nextrand++; in unquantize_i1r4()
7385 nextrand++; in unquantize_i2r4()
7415 nextrand++; in unquantize_i2r4()
7465 nextrand++; in unquantize_i4r4()
7493 nextrand++; in unquantize_i4r4()
7545 nextrand++; in unquantize_i1r8()
7575 nextrand++; in unquantize_i1r8()
7627 nextrand++; in unquantize_i2r8()
7656 nextrand++; in unquantize_i2r8()
[all …]
H A Dquantize.c117 int nextrand = 0; in fits_quantize_float() local
174 nextrand = (int) (fits_rand_value[iseed] * 500.); in fits_quantize_float()
211 nextrand++; in fits_quantize_float()
212 if (nextrand == N_RANDOM) { in fits_quantize_float()
243 nextrand++; in fits_quantize_float()
244 if (nextrand == N_RANDOM) { in fits_quantize_float()
305 int nextrand = 0; in fits_quantize_double() local
399 nextrand++; in fits_quantize_double()
400 if (nextrand == N_RANDOM) { in fits_quantize_double()
430 nextrand++; in fits_quantize_double()
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dimcompress.c7514 nextrand++; in unquantize_i1r4()
7544 nextrand++; in unquantize_i1r4()
7596 nextrand++; in unquantize_i2r4()
7626 nextrand++; in unquantize_i2r4()
7676 nextrand++; in unquantize_i4r4()
7704 nextrand++; in unquantize_i4r4()
7756 nextrand++; in unquantize_i1r8()
7786 nextrand++; in unquantize_i1r8()
7838 nextrand++; in unquantize_i2r8()
7867 nextrand++; in unquantize_i2r8()
[all …]
H A Dquantize.c117 int nextrand = 0; in fits_quantize_float() local
174 nextrand = (int) (fits_rand_value[iseed] * 500.); in fits_quantize_float()
211 nextrand++; in fits_quantize_float()
212 if (nextrand == N_RANDOM) { in fits_quantize_float()
243 nextrand++; in fits_quantize_float()
244 if (nextrand == N_RANDOM) { in fits_quantize_float()
306 int nextrand = 0; in fits_quantize_double() local
400 nextrand++; in fits_quantize_double()
401 if (nextrand == N_RANDOM) { in fits_quantize_double()
432 nextrand++; in fits_quantize_double()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/lua/src/
H A Dlmathlib.c308 static Rand64 nextrand (Rand64 *state) { in nextrand() function
437 static Rand64 nextrand (Rand64 *state) { in nextrand() function
551 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
561 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
600 nextrand(state); /* discard initial values to "spread" seed */ in setseed()
/dports/audio/moony-lv2/moony-0.36.0/lua-5.4.2/
H A Dlmathlib.c307 static Rand64 nextrand (Rand64 *state) { in nextrand() function
436 static Rand64 nextrand (Rand64 *state) { in nextrand() function
550 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
560 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
599 nextrand(state); /* discard initial values to "spread" seed */ in setseed()
/dports/lang/lua54/lua-5.4.2/src/
H A Dlmathlib.c307 static Rand64 nextrand (Rand64 *state) { in nextrand() function
436 static Rand64 nextrand (Rand64 *state) { in nextrand() function
550 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
560 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
599 nextrand(state); /* discard initial values to "spread" seed */ in setseed()
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.4.3/src/
H A Dlmathlib.c308 static Rand64 nextrand (Rand64 *state) { in nextrand() function
437 static Rand64 nextrand (Rand64 *state) { in nextrand() function
551 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
561 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
600 nextrand(state); /* discard initial values to "spread" seed */ in setseed()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/lua-src-543.1.0/lua-5.4.3/
H A Dlmathlib.c308 static Rand64 nextrand (Rand64 *state) { in nextrand() function
437 static Rand64 nextrand (Rand64 *state) { in nextrand() function
551 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
561 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
600 nextrand(state); /* discard initial values to "spread" seed */ in setseed()
/dports/ports-mgmt/pkg/pkg-1.17.5/external/lua/src/
H A Dlmathlib.c307 static Rand64 nextrand (Rand64 *state) { in nextrand() function
436 static Rand64 nextrand (Rand64 *state) { in nextrand() function
550 ran = I2UInt(nextrand(state->s)); /* not inside [0..n]? try again */ in project()
560 Rand64 rv = nextrand(state->s); /* next pseudo-random value */ in math_random()
599 nextrand(state); /* discard initial values to "spread" seed */ in setseed()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/sysutils/bacula11-server/bacula-11.0.5/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/sysutils/bacula11-client/bacula-11.0.5/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/sysutils/bacula9-client/bacula-9.6.7/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/sysutils/bacula9-server/bacula-9.6.7/src/lib/
H A Dutil.c772 #define nextrand (md5key[j] ^ md5key1[j]) in make_session_key() macro
775 unsigned char rb = nextrand; in make_session_key()
788 key[j] = nextrand; in make_session_key()
792 #undef nextrand
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dutil.cc834 #define nextrand (md5key[j] ^ md5key1[j]) in MakeSessionKey() macro
837 unsigned char rb = nextrand; in MakeSessionKey()
847 for (j = 0; j < 16; j++) { key[j] = nextrand; } in MakeSessionKey()
850 #undef nextrand
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dutil.cc834 #define nextrand (md5key[j] ^ md5key1[j]) in MakeSessionKey() macro
837 unsigned char rb = nextrand; in MakeSessionKey()
847 for (j = 0; j < 16; j++) { key[j] = nextrand; } in MakeSessionKey()
850 #undef nextrand

12