Home
last modified time | relevance | path

Searched refs:n_good (Results 1 – 12 of 12) sorted by relevance

/dports/benchmarks/p5-Dumbbench/Dumbbench-0.501/lib/
H A DDumbbench.pm168 my $n_good = 0;
176 $n_good = @$good;
178 if (not $n_good and @timings >= $max_iterations) {
183 if ($n_good) {
185 $sigma = $new_stats->$variability_measure() / sqrt($n_good);
199 if ($n_good < $initial_timings) {
225 nsamples => $n_good,
/dports/biology/stacks/stacks-2.4/src/
H A Ddebruijn.h281 size_t n_good = 0;
282 while(first != past && n_good != km_len) {
287 n_good = 0;
289 ++n_good;
294 if (n_good == km_len) {
/dports/math/py-pymc3/pymc-3.11.4/pymc3/step_methods/
H A Dstep_sizes.py72 n_good, n_bad = mean_accept * n_bound, (1 - mean_accept) * n_bound
73 lower, upper = stats.beta(n_good + 1, n_bad + 1).interval(0.95)
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dpenrose.c551 int hits = 0, good_rules[N_VERTEX_RULES], n_good = 0; in match_rules() local
559 good_rules[n_good++] = i; in match_rules()
563 for (j = 0; j < n_good; j++) { in match_rules()
1178 int i, j, n, n_hits, n_good; in add_random_tile() local
1207 n_good = n; in add_random_tile()
1221 n_good--; in add_random_tile()
1229 n_good--; in add_random_tile()
1237 n_good--; in add_random_tile()
1241 if (n_good <= 0) { in add_random_tile()
1245 (void) fprintf(stderr, "n_good = %d\n", n_good); in add_random_tile()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dpenrose.c567 int hits = 0, good_rules[N_VERTEX_RULES], n_good = 0; in match_rules() local
576 good_rules[n_good++] = i; in match_rules()
580 for (j = 0; j < n_good; j++) { in match_rules()
1190 int i, j, n, n_hits, n_good; in add_random_tile() local
1215 n_good = n; in add_random_tile()
1229 n_good--; in add_random_tile()
1237 n_good--; in add_random_tile()
1245 n_good--; in add_random_tile()
1249 if (n_good <= 0) { in add_random_tile()
1253 (void) fprintf(stderr, "n_good = %d\n", n_good); in add_random_tile()
[all …]
/dports/security/gnupg/gnupg-2.3.3/common/
H A Daudit.c985 int signo, count, idx, n_good, n_bad; in proc_type_verify() local
1007 for (idx=0, n_good=n_bad=0; idx < ctx->logused; idx++) in proc_type_verify()
1013 n_good++; in proc_type_verify()
1018 if (!item || item->err || !n_good) in proc_type_verify()
1020 else if (n_good && !n_bad) in proc_type_verify()
1025 if (n_good || n_bad) in proc_type_verify()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Dnetworkstatus.c517 int n_good = 0; in networkstatus_check_consensus_signature() local
578 ++n_good; in networkstatus_check_consensus_signature()
604 (n_good + n_missing_key - n_dl_failed_key < n_required))) { in networkstatus_check_consensus_signature()
645 n_good, tmp); in networkstatus_check_consensus_signature()
682 if (n_good == n_v3_authorities) in networkstatus_check_consensus_signature()
684 else if (n_good >= n_required) in networkstatus_check_consensus_signature()
686 else if (n_good + n_missing_key >= n_required) in networkstatus_check_consensus_signature()
/dports/security/tor/tor-0.4.6.8/src/feature/nodelist/
H A Dnetworkstatus.c515 int n_good = 0; in networkstatus_check_consensus_signature() local
576 ++n_good; in networkstatus_check_consensus_signature()
602 (n_good + n_missing_key - n_dl_failed_key < n_required))) { in networkstatus_check_consensus_signature()
643 n_good, tmp); in networkstatus_check_consensus_signature()
680 if (n_good == n_v3_authorities) in networkstatus_check_consensus_signature()
682 else if (n_good >= n_required) in networkstatus_check_consensus_signature()
684 else if (n_good + n_missing_key >= n_required) in networkstatus_check_consensus_signature()
/dports/www/squid/squid-4.15/src/
H A Dclient_side_request.cc227 double n_good; in checkFailureRatio() local
230 n_good = magic_factor / (1.0 + request_failure_ratio); in checkFailureRatio()
232 n_bad = magic_factor - n_good; in checkFailureRatio()
246 ++n_good; in checkFailureRatio()
249 request_failure_ratio = n_bad / n_good; in checkFailureRatio()
/dports/net/c3270/suite3270-4.0/wc3270/
H A Dwizard.c1420 size_t n_good; in get_host() local
1434 n_good = strcspn(buf, " @[]"); in get_host()
1435 if (n_good != strlen(buf)) { in get_host()
1437 buf[n_good]); in get_host()
1512 size_t n_good; in get_lu() local
1525 n_good = strcspn(buf, ":@[]"); in get_lu()
1526 if (n_good != strlen(buf)) { in get_lu()
1527 errout("\nLU name contains invalid character '%c'", buf[n_good]); in get_lu()
/dports/x11/x3270/suite3270-4.0/wc3270/
H A Dwizard.c1420 size_t n_good; in get_host() local
1434 n_good = strcspn(buf, " @[]"); in get_host()
1435 if (n_good != strlen(buf)) { in get_host()
1437 buf[n_good]); in get_host()
1512 size_t n_good; in get_lu() local
1525 n_good = strcspn(buf, ":@[]"); in get_lu()
1526 if (n_good != strlen(buf)) { in get_lu()
1527 errout("\nLU name contains invalid character '%c'", buf[n_good]); in get_lu()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_support.c16797 unsigned int n_bad = 0, n_good = 0; in gmt_validate_modifiers() local
16808 n_good++; in gmt_validate_modifiers()
16818 return ((verbosity == GMT_MSG_QUIET) ? n_good : n_bad); in gmt_validate_modifiers()