Home
last modified time | relevance | path

Searched refs:do_rand (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/avr-libc/avr-libc-2.0.0/libc/stdlib/
H A Drand.c44 do_rand(unsigned long *ctx) in do_rand() function
83 return do_rand(ctx); in rand_r()
93 return do_rand(&next); in rand()
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic16/libc/stdlib/
H A Drand.c35 static long do_rand(unsigned long *ctx) in do_rand() function
44 *ctx = do_rand(&val); in rand_r()
52 return do_rand(&next); in rand()
/dports/math/R/R-4.1.2/src/appl/
H A Dmaxcol.c47 Rboolean isna, used_random = FALSE, do_rand = *ties_meth == 1; in R_max_col() local
58 if (do_rand) large = fmax2(large, fabs(a)); in R_max_col()
64 if (do_rand) { in R_max_col()
/dports/math/libRmath/R-4.1.1/src/appl/
H A Dmaxcol.c46 Rboolean isna, used_random = FALSE, do_rand = *ties_meth == 1; in R_max_col() local
57 if (do_rand) large = fmax2(large, fabs(a)); in R_max_col()
63 if (do_rand) { in R_max_col()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Drand.cc82 do_rand (const octave_value_list& args, int nargin, const char *fcn, in do_rand() function
444 return do_rand (args, args.length (), "rand", "uniform");
579 return do_rand (args, args.length (), "randn", "normal");
646 return do_rand (args, args.length (), "rande", "exponential");
788 return do_rand (args, nargin, "randg", "gamma", true);
1013 return do_rand (args, nargin, "randp", "poisson", true);
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/
H A Ddarwin10-drd.supp96 do_rand
98 fun:do_rand
H A Ddarwin9-drd.supp80 fun:do_rand
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/
H A Ddarwin10-drd.supp96 do_rand
98 fun:do_rand
H A Ddarwin9-drd.supp80 fun:do_rand
/dports/net/netcat/netcat-1.10_3/data/
H A Ddata.c145 goto do_rand;
260 do_rand:
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@AddEdge22 set do_rand = 0
197 if ($epionly && $do_rand) then
461 if ($do_rand == 1) then
641 if ($do_rand == 1) then
661 if ($do_rand == 1) then
672 if ($do_rand == 1) then
/dports/lang/php74/php-7.4.27/main/
H A Dreentrancy.c259 do_rand(unsigned long *ctx) in do_rand() function
269 *ctx = do_rand(&val); in php_rand_r()
/dports/www/mod_php74/php-7.4.27/main/
H A Dreentrancy.c259 do_rand(unsigned long *ctx) in do_rand() function
269 *ctx = do_rand(&val); in php_rand_r()
/dports/lang/php73/php-7.3.33/main/
H A Dreentrancy.c307 do_rand(unsigned long *ctx) in do_rand() function
317 *ctx = do_rand(&val); in php_rand_r()
/dports/www/mod_php73/php-7.3.33/main/
H A Dreentrancy.c307 do_rand(unsigned long *ctx) in do_rand() function
317 *ctx = do_rand(&val); in php_rand_r()
/dports/benchmarks/siege/siege-4.1.1/src/
H A Dutil.c340 do_rand(unsigned long *ctx) in do_rand() function
349 *ctx = do_rand(&val); in posix_rand_r()
/dports/math/timbl/timbl-6.6/src/
H A DInstance.cxx469 bool do_rand ) const { in BestTarget()
480 if ( do_rand ){ in BestTarget()
538 bool do_rand ) const { in BestTarget()
548 if ( do_rand ){ in BestTarget()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c189 static int do_rand(uint32_t count) in do_rand() function
303 skip = do_rand(dir_count); in read_stream_thread()
700 skip = do_rand(dir_count); in read_stream_thread()
/dports/math/octave-forge-ltfat/ltfat/inst/gabor/
H A Disgramreal.m173 if flags.do_rand
H A Disgram.m195 if flags.do_rand
H A Dgabconvexopt.m202 if flags.do_rand
/dports/math/octave-forge-ltfat/ltfat/inst/frames/
H A Dfrsynabs.m179 if flags.do_rand
/dports/japanese/gawk/gawk-3.0.6/
H A Dawk.h793 extern NODE *do_rand P((NODE *tree));
H A Dbuiltin.c1541 do_rand(tree) in do_rand() function
/dports/lang/gawk/gawk-5.1.1/
H A Dawk.h1491 extern NODE *do_rand(int nargs);

12