Home
last modified time | relevance | path

Searched refs:numtry (Results 1 – 8 of 8) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/efa/src/rxr/
H A Drxr_cntr.c44 int numtry = 5; in efa_cntr_wait() local
53 for (tryid = 0; tryid < numtry; ++tryid) { in efa_cntr_wait()
/dports/math/py-cryptominisat/cryptominisat-5.8.0/src/
H A Dwalksat.cpp95 while (!found_solution && numtry < solver->conf.walksat_max_runs) {
96 numtry++;
115 if ((numtry > 3 && lowbad > 1000)
116 || (numtry > 3 && lowbad > 300 && diff < 20 )
117 || (numtry > 10 && lowbad > 50)
657 cout << "c [walksat] num tries: " << numtry << endl;
659 cout << "c [walksat] final success rate = " << stats_line_percent(1, numtry) << endl;
H A Dwalksat.h149 uint32_t numtry = 0; /* total attempts at solutions */ variable
/dports/math/cryptominisat/cryptominisat-5.8.0/src/
H A Dwalksat.cpp95 while (!found_solution && numtry < solver->conf.walksat_max_runs) { in main()
96 numtry++; in main()
115 if ((numtry > 3 && lowbad > 1000) in main()
116 || (numtry > 3 && lowbad > 300 && diff < 20 ) in main()
117 || (numtry > 10 && lowbad > 50) in main()
657 cout << "c [walksat] num tries: " << numtry << endl; in print_statistics_final()
659 cout << "c [walksat] final success rate = " << stats_line_percent(1, numtry) << endl; in print_statistics_final()
H A Dwalksat.h149 uint32_t numtry = 0; /* total attempts at solutions */ variable
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A Dhelp.c713 int numtry; in mktemp() local
730 for (numtry=0; numtry<MAX_TRIES; numtry++) in mktemp()
/dports/graphics/hppsmtools/hppsmtools-1.1/
H A Dpsm.c219 int numtry = 10; in camputc() local
221 while ((1 != (wstat = write(cam, &ch, 1))) && numtry--) in camputc()
223 if (!numtry) in camputc()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dsystem.c520 int numtry, rv; in emulate_mkxtemp() local
522 for (numtry=0; numtry<MKXTEMP_MAX_TRIALS; numtry++) { in emulate_mkxtemp()
529 if (numtry == MKXTEMP_MAX_TRIALS) { in emulate_mkxtemp()