Searched refs:trials (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dmeasure.c76 int rcvcount, trials = 0; local
143 trials = 0;
150 if (trials < TRIALS) {
151 trials++;
174 while (rcvcount < trials) {
269 "measured delta %4d, %d trials to %-15s %s\n",
270 measure_delta, trials,
284 "measure: %s failed after %d trials\n",
285 hname, trials);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/simulation/
H A Dannealing.tcl88 # -trials n - number of trials before reducing the temperature
115 set ann_option(-trials) 300
163 set _trials_ [getOption trials]
286 # -trials n - number of trials before reducing the temperature
306 # sqrt(trials) then the iteration stops. Experiments with the
309 # sqrt(trials) is just an arbitrary value.
323 set ann_option(-trials) 300
370 set _trials_ [getOption trials]
[all...]
H A Dmontecarlo.tcl145 # -trials n - number of trials
167 set exp_option(-trials) {}
199 FINAL $exp_option(-final) TRIALS $exp_option(-trials) \
328 # Return the list of individual results for all trials
485 } -trials 100 -samples 10 -verbose 1 -columns {Mean Median}
/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c503 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, argument
515 if (trials < TRIAL_MINIMUM) {
516 error("Minimum primality trials is %d", TRIAL_MINIMUM);
529 debug2("%.24s Final %u Miller-Rabin trials (%x generator)",
530 ctime(&time_start), trials, generator_wanted);
633 in_tries += trials;
635 in_tries = trials;
693 if (!BN_is_prime_ex(p, trials, ctx, NULL)) {
700 if (!BN_is_prime_ex(q, trials - 1, ctx, NULL)) {
H A Dssh-keygen.c2137 fprintf(stderr, " -a trials Number of trials for screening DH-GEX moduli.\n");
2198 u_int32_t memory = 0, generator_wanted = 0, trials = 100; local
2374 trials = (u_int32_t)strtonum(optarg, 1, UINT_MAX, &errstr);
2376 fatal("Invalid number of trials: %s (%s)",
2535 if (prime_test(in, out, trials, generator_wanted, checkpoint,
/macosx-10.10/remote_cmds-47/timed.tproj/timedc.tproj/
H A Dcmds.c89 int trials; local
100 for (trials = 0; trials < 10; trials++) {
/macosx-10.10/CPANInternal-159.1/IPC-LDT-2.03/
H A DLDT.pm291 use constant HANDLE_RETRY_COUNT=>100; # number of trials to complete a message from a handle;
352 trials;
357 trials;
1114 my ($readBytes, $trials);
1150 $trials=0;
1155 if ($!==EAGAIN and ++$trials<HANDLE_RETRY_COUNT)
1161 $me->trace("LDT $me->{'fileno'}: waitig for a new chance to read remaining $length bytes ($trials. trial).");
1193 my ($writtenBytes, $trials, $length, $srcLength);
1225 $trials=0;
1230 if ($!==EAGAIN and ++$trials<HANDLE_RETRY_COUN
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn.tex1629 This returns the number of trials required for a $2^{-96}$ (or lower) probability of failure for a given ``size'' expressed

Completed in 132 milliseconds