Searched defs:tries (Results 1 - 25 of 61) sorted by relevance

123

/external/eigen/bench/
H A Dbasicbenchmark.cpp21 const int tries = 10; local
26 BOOST_PP_SEQ_ELEM(1,EL),BOOST_PP_SEQ_ELEM(1,EL)), BOOST_PP_SEQ_ELEM(2,EL), tries) \
H A Dbasicbenchmark.h38 double benchBasic(const MatrixType& mat, int size, int tries) __attribute__((noinline));
41 double benchBasic(const MatrixType& mat, int iterations, int tries) argument
52 for(uint t=0; t<tries; ++t)
H A Dquatmul.cpp22 int tries = 10; local
32 BENCH(t, tries, rep, quatmul_default(a,b,c));
35 BENCH(t, tries, rep, quatmul_novec(a,b,c));
H A Dspmv.cpp11 #define SPMV_BENCH(CODE) BENCH(t,tries,repeats,CODE);
43 int tries = 2; local
63 tries = atoi(argv[i]+1);
76 std::cout << argv[0] << " r<nb rows> c<nb columns> n<non zeros per column> t<nb tries> p<nb repeats>\n";
80 std::cout << "SpMV " << rows << " x " << cols << " with " << nnzPerCol << " non zeros per column. (" << repeats << " repeats, and " << tries << " tries)\n\n"; local
H A Ddense_solvers.cpp43 int tries = 5; local
59 BENCH(t_llt, tries, rep, compute_norm_equation(llt,A));
60 BENCH(t_ldlt, tries, rep, compute_norm_equation(ldlt,A));
61 BENCH(t_lu, tries, rep, compute_norm_equation(lu,A));
63 BENCH(t_fplu, tries, rep, compute_norm_equation(fplu,A));
64 BENCH(t_qr, tries, rep, compute(qr,A));
65 BENCH(t_cpqr, tries, rep, compute(cpqr,A));
66 BENCH(t_cod, tries, rep, compute(cod,A));
68 BENCH(t_fpqr, tries, rep, compute(fpqr,A));
70 BENCH(t_jsvd, tries, re
[all...]
H A Deig33.cpp168 int tries = 10; local
178 BENCH(t, tries, rep, eig.compute(A));
181 BENCH(t, tries, rep, eig.computeDirect(A));
186 BENCH(t, tries, rep, eigen33(A,evecs,evals));
H A Dbench_norm.cpp228 for (int k=0; k<tries; ++k) { \
233 for (int k=0; k<tries; ++k) { \
238 /*for (int k=0; k<std::max(1,tries/3); ++k) { \
285 int tries = 10; local
/external/google-breakpad/src/common/android/testing/
H A Dmkdtemp.h92 int tries; local
93 for (tries = 128; tries > 0; tries--) {
/external/libcups/cups/
H A Dtempfile.c43 int tries; /* Number of tries */ local
83 tries = 0;
92 curtime = GetTickCount() + tries;
110 snprintf(filename, (size_t)len - 1, "%s/%05x%08x", tmpdir, (unsigned)getpid(), (unsigned)(curtime.tv_sec + curtime.tv_usec + tries));
130 tries ++;
132 while (fd < 0 && tries < 1000);
H A Dppd-conflicts.c177 tries, /* Number of tries */ local
227 tries = 0;
229 while (tries < 100 &&
233 tries ++;
504 if (tries >= 100)
H A Dppd-util.c215 int tries; /* Number of tries */ local
237 tries = 0;
262 tries ++;
264 while (tries < 1000);
266 if (tries >= 1000)
/external/curl/docs/examples/
H A Dftpuploadresume.c69 const char *localpath, long timeout, long tries)
103 for(c = 0; (r != CURLE_OK) && (c < tries); c++) {
68 upload(CURL *curlhandle, const char *remotepath, const char *localpath, long timeout, long tries) argument
/external/eigen/bench/perf_monitoring/gemm/
H A Dgemm.cpp45 long tries = std::max(tm0, std::min(tm1, up/flops) ); local
47 BENCH(t, tries, rep, gemm(A,B,C));
H A Dlazy_gemm.cpp46 long tries = std::max(tm0, std::min(tm1, up/flops) ); local
48 BENCH(t, tries, rep, lazy_gemm(A,B,C));
/external/ltp/testcases/kernel/containers/netns/
H A Dnetns_netlink.c69 int fd, len, event_found, tries; local
96 tries = 0;
99 while (tries < MAX_TRIES) {
111 tries++;
/external/valgrind/memcheck/tests/solaris/
H A Ddoor_data.c103 int tries; local
107 tries = 0;
116 if (tries > 10) {
123 tries++;
/external/vboot_reference/firmware/2lib/
H A D2misc.c80 /* Use up remaining tries */
318 uint32_t tries; local
335 tries = vb2_nv_get(ctx, VB2_NV_TRY_COUNT);
339 tries == 0) {
348 if (tries > 0) {
353 vb2_nv_set(ctx, VB2_NV_TRY_COUNT, tries - 1);
/external/vboot_reference/firmware/lib/cgptlib/
H A Dcgptlib.c130 int tries; local
133 * Successfully booted this partition, so tries field
138 tries = GetEntryTries(e);
139 if (tries > 1) {
140 /* Still have tries left */
142 SetEntryTries(e, tries - 1);
145 /* Out of tries, so drop through and mark partition bad. */
151 * Only clear tries and priority if the successful bit
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h105 Index tries = 0; // Number of attempts local
122 tries += 1;
123 if ( tries > 10) return new_len;
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c96 int tries = 1; local
114 tries++;
115 if (tries <= 10)
121 if (tries > 10) {
122 error("rc_get_seqnbr: couldn't get lock after %d tries: %s", tries-1, seqfile);
/external/e2fsprogs/misc/
H A Duuidd.c94 int tries = 0; local
101 (tries++ < 5))
106 tries = 0;
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh167 : overwriteResults(false), checkResults(true), realclock(false), tries(DEFAULT_NB_TRIES)
194 Instance.tries = atoi(config[i+1].c_str());
233 int tries; member in class:BtlConfig
/external/libchrome/base/process/
H A Dprocess_posix.cc311 int tries = 60; local
316 tries *= 2;
323 while (tries-- > 0) {
/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_fanout.c421 int port_off = 2, tries = 5, ret; local
430 while (ret && tries--) {
431 fprintf(stderr, "info: trying alternate ports (%d)\n", tries);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c101 unsigned tries = 0; local
112 ++tries;
160 debug_printf("%s: cache %s after %u tries (bucket %d)\n", __FUNCTION__,
161 handle ? "hit" : "miss", tries, bucket);

Completed in 2609 milliseconds

123