Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 25 of 35) sorted by relevance

12

/external/eigen/bench/
Dspmv.cpp11 #define SPMV_BENCH(CODE) BENCH(t,tries,repeats,CODE);
44 int repeats = 2; in main() local
67 repeats = atoi(argv[i]+1); in main()
80 … " x " << cols << " with " << nnzPerCol << " non zeros per column. (" << repeats << " repeats, and… in main()
100 std::cout << "Dense " << t.value()/repeats << "\t"; in main()
103 std::cout << t.value()/repeats << endl; in main()
110 std::cout << "Eigen " << t.value()/repeats << "\t"; in main()
113 std::cout << t.value()/repeats << endl; in main()
143 std::cout << "OSKI " << t.value()/repeats << "\t"; in main()
146 std::cout << t.value()/repeats << "\n"; in main()
[all …]
DbenchCholesky.cpp41 int repeats = (REPEAT*1000)/(rows*rows); in benchLLT() local
57 for (int k=0; k<repeats; ++k) in benchLLT()
68 for (int k=0; k<repeats; ++k) in benchLLT()
81 << (timerNoSqrt.value() * REPEAT) / repeats << "s " in benchLLT()
82 << "(" << 1e-6 * cost*repeats/timerNoSqrt.value() << " MFLOPS)\t" in benchLLT()
83 << (timerSqrt.value() * REPEAT) / repeats << "s " in benchLLT()
84 << "(" << 1e-6 * cost*repeats/timerSqrt.value() << " MFLOPS)\n"; in benchLLT()
99 for (int k=0; k<repeats; ++k) in benchLLT()
109 << timerSqrt.value() * REPEAT / repeats << "s"; in benchLLT()
Dbench_reverse.cpp24 int repeats = (REPEAT*1000)/size; in bench_reverse() local
36 for (int k=0; k<repeats; ++k) in bench_reverse()
51 << (timerB.value() * REPEAT) / repeats << "s " in bench_reverse()
52 << "(" << 1e-6 * size*repeats/timerB.value() << " MFLOPS)\t"; in bench_reverse()
/external/toybox/toys/posix/
Duniq.c34 long repeats;
55 if (toys.optflags & (TT.repeats ? FLAG_u : FLAG_d)) return; in print_line()
56 if (toys.optflags & FLAG_c) fprintf(f, "%7lu ", TT.repeats + 1); in print_line()
97 TT.repeats++; in uniq_main()
101 TT.repeats = 0; in uniq_main()
/external/skia/tools/
DPictureBenchmark.h33 void setRepeats(int repeats) { in setRepeats() argument
34 fRepeats = repeats; in setRepeats()
/external/v8/src/
Dserialize.h213 static int CodeForRepeats(int repeats) { in CodeForRepeats() argument
214 DCHECK(repeats >= 1 && repeats <= kMaxRepeats); in CodeForRepeats()
215 return 0x72 + repeats; in CodeForRepeats()
Dserialize.cc1028 int repeats = source_->GetInt(); in ReadChunk() local
1031 for (int i = 0; i < repeats; i++) current[i] = object; in ReadChunk()
1032 current += repeats; in ReadChunk()
1043 int repeats = RepeatsForCode(data); in ReadChunk() local
1046 for (int i = 0; i < repeats; i++) current[i] = object; in ReadChunk()
1047 current += repeats; in ReadChunk()
/external/skia/experimental/FileReaderApp/
DFileReaderWindow.mm29 repeats:YES];
/external/guava/guava-tests/test/com/google/common/hash/
DBloomFilterTest.java204 for (int repeats = 0; repeats < 10000; repeats++) { in testOptimalSize()
/external/skia/src/views/mac/
DSkEventNotifier.mm44 userInfo:nil repeats:NO];
/external/skia/debugger/QT/
DSkDebuggerGUI.h344 int repeats);
DSkDebuggerGUI.cpp138 int repeats) { in run() argument
155 for (int i = 0; i < repeats; ++i) { in run()
/external/valgrind/perf/
Dvg_perf.in64 --reps=<n> number of repeats for each program [1]
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat58 repeat = Sets the number of repeats for the segment.
/external/toybox/generated/
Dglobals.h1151 long repeats; member
/external/pcre/dist/
DHACKING236 The common repeats (*, +, ?), when applied to a single character, use the
254 Other repeats make use of these opcodes:
DChangeLog1030 maximum number of forward references (including repeats) was limited by the
3148 repeats to use when timing. The default is 50000; this gives better
3497 specifying a regex that has nested indefinite repeats, for instance).
4387 saves time in cases of nested unlimited repeats that are never going to match.
4398 unlimited repeats, but isn't used for simple anchored patterns such as /^abc/.
5158 1. For parenthesized subpatterns with repeats whose minimum was zero, the
5370 curly-bracketed repeats.
5568 1. PCRE was failing to diagnose unlimited repeats of subpatterns that could
/external/libvorbis/doc/
D07-floor1.tex41 \item the induction step repeats, using a list of x values specified in
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m366 repeats:YES];
/external/pcre/dist/doc/
Dpcregrep.txt457 uses nested unlimited repeats. Internally, PCRE uses a func-
704 nested indefinite repeats, for example: (a+)*\d when matched against a
Dpcre.txt123 Nested unlimited repeats in a pattern are a common example. PCRE pro-
1463 ter repeats at the end of a pattern (as well as internally). For exam-
3132 ited repeats.
4198 character repeats at the end of a pattern (as well as internally). For
4858 a pattern with nested unlimited repeats) and to avoid running out of
6363 to be re-evaluated to see if a different number of repeats allows the
7001 nested unlimited repeats, and so the use of a possessive quantifier for
7010 so many different ways the + and * repeats can carve up the subject,
9437 Beware of patterns that contain nested indefinite repeats. These can
9446 repeats can match different numbers of times.) When the remainder of
/external/dnsmasq/
DFAQ219 starts and repeats the DHCP process, but it it does send a
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt19 character), or repeats the same state (to consume the next character).
/external/llvm/lib/Target/
DREADME.txt1355 This pattern repeats several times, basically doing:
/external/elfutils/src/libdwfl/
DChangeLog1993 repeats the first thing dwfl_standard_find_debuginfo will try.

12