HomeSort by relevance Sort by last modified time
    Searched defs:repeats (Results 1 - 8 of 8) sorted by null

  /external/eigen/bench/
bench_reverse.cpp 24 int repeats = (REPEAT*1000)/size; local
36 for (int k=0; k<repeats; ++k)
51 << (timerB.value() * REPEAT) / repeats << "s "
52 << "(" << 1e-6 * size*repeats/timerB.value() << " MFLOPS)\t";
spmv.cpp 11 #define SPMV_BENCH(CODE) BENCH(t,tries,repeats,CODE);
44 int repeats = 2; local
67 repeats = 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";
100 std::cout << "Dense " << t.value()/repeats << "\t";
103 std::cout << t.value()/repeats << endl;
110 std::cout << "Eigen " << t.value()/repeats << "\t";
113 std::cout << t.value()/repeats << endl
    [all...]
benchCholesky.cpp 41 int repeats = (REPEAT*1000)/(rows*rows); local
57 for (int k=0; k<repeats; ++k)
68 for (int k=0; k<repeats; ++k)
81 << (timerNoSqrt.value() * REPEAT) / repeats << "s "
82 << "(" << 1e-6 * cost*repeats/timerNoSqrt.value() << " MFLOPS)\t"
83 << (timerSqrt.value() * REPEAT) / repeats << "s "
84 << "(" << 1e-6 * cost*repeats/timerSqrt.value() << " MFLOPS)\n";
99 for (int k=0; k<repeats; ++k)
109 << timerSqrt.value() * REPEAT / repeats << "s"; local
  /external/pixman/test/
scaling-crash-test.c 123 static const repeat_info_t repeats[] = variable
140 for (j = 0; j < ARRAY_LENGTH (repeats); ++j)
148 repeats[j].value) != 0)
151 filters[i].name, repeats[j].name);
162 repeats[j].value) != 0)
165 filters[i].name, repeats[j].name);
stress-test.c 390 static pixman_repeat_t repeats[] = variable
412 repeat = repeats[prng_rand_n (ARRAY_LENGTH (repeats))];
  /external/pixman/demos/
scale.c 122 static const named_int_t repeats[] = variable
246 app->original, get_value (app, repeats, "repeat_combo_box"));
391 app, "repeat_combo_box", G_N_ELEMENTS (repeats), repeats);
  /external/chromium_org/v8/src/
serialize.cc 1079 int repeats = source_->GetInt(); local
1094 int repeats = RepeatsForCode(data); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 9530 int repeats = 0; local
    [all...]

Completed in 334 milliseconds