Searched refs:repeats (Results 1 - 21 of 21) sorted by relevance

/external/eigen/bench/
H A Dspmv.cpp11 #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 << end
[all...]
H A DbenchCholesky.cpp41 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
H A Dbench_reverse.cpp24 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";
/external/webkit/Tools/DumpRenderTree/mac/
H A DMockGeolocationProvider.mm57 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
71 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
79 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
H A DUIDelegate.mm205 m_timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
/external/guava/guava-tests/test/com/google/common/hash/
H A DBloomFilterTest.java52 for (int repeats = 0; repeats < 10000; repeats++) {
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor_unittest.cc43 BookmarkAPIEventTask(FunctionType* t, Extension* e, size_t repeats, argument
45 extension_(e), function_(t), repeats_(repeats), done_(done) {}
70 T* bookmarks_function, size_t repeats) {
82 repeats, &done_event));
69 NewEvent(const FilePath::StringType& extension_path, T* bookmarks_function, size_t repeats) argument
/external/libvpx/examples/includes/geshi/geshi/
H A Djava.php32 * and eliminate repeats
/external/v8/src/
H A Dserialize.h268 static int CodeForRepeats(int repeats) {
269 ASSERT(repeats >= 1 && repeats <= kMaxRepeats);
270 return 0x73 + repeats;
H A Dserialize.cc960 int repeats = source_->GetInt(); local
963 for (int i = 0; i < repeats; i++) current[i] = object;
964 current += repeats;
974 int repeats = RepeatsForCode(data); local
977 for (int i = 0; i < repeats; i++) current[i] = object;
978 current += repeats;
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h144 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
H A DSVGSMILElement.cpp106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats) argument
112 , m_repeats(repeats)
321 int repeats = -1; local
325 repeats = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok);
340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));
/external/valgrind/main/perf/
H A Dvg_perf.in59 --reps=<n> number of repeats for each program [1]
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.m232 _updateTimeTimer = [NSTimer scheduledTimerWithTimeInterval:0.035 target:self selector:@selector(_updateTime:) userInfo:nil repeats:YES];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenController.mm416 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
H A DWebVideoFullscreenHUDWindowController.mm236 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
H A DWebFullScreenController.mm696 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
H A DWebHTMLView.mm1796 target:self selector:@selector(_autoscroll) userInfo:nil repeats:YES] retain];
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.mm443 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKPrintingView.mm100 _autodisplayResumeTimer = [NSTimer timerWithTimeInterval:0 target:self selector:@selector(_delayedResumeAutodisplayTimerFired) userInfo:nil repeats:NO];
/external/libvorbis/doc/
H A D07-floor1.tex41 \item the induction step repeats, using a list of x values specified in

Completed in 1159 milliseconds