Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/icu4c/tools/ctestfw/
Duperf.cpp349 int32_t loops = 0; in runTestLoop() local
387 if (loops == 0 || t == 0) { in runTestLoop()
388 loops = failsafe; in runTestLoop()
392 loops = (int)((double)n / t * loops + 0.5); in runTestLoop()
393 if (loops == 0) { in runTestLoop()
399 t = testFunction->time(loops,&status); in runTestLoop()
406 loops = iterations; in runTestLoop()
416 fprintf(stdout, "%i\n", (int)loops); in runTestLoop()
423 t = testFunction->time(loops, &status); in runTestLoop()
436 … fprintf(stdout, "= %s end: %f loops: %i operations: %li \n", name, t, (int)loops, ops); in runTestLoop()
[all …]
/external/kernel-headers/original/asm-mips/
Ddelay.h20 static inline void __delay(unsigned long loops) in __delay() argument
29 : "=r" (loops) in __delay()
30 : "0" (loops)); in __delay()
38 : "=r" (loops) in __delay()
39 : "0" (loops)); in __delay()
47 : "=r" (loops) in __delay()
48 : "0" (loops), "r" (1)); in __delay()
/external/linux-tools-perf/bench/
Dsched-pipe.c32 static int loops = LOOPS_DEFAULT; variable
35 OPT_INTEGER('l', "loop", &loops,
75 for (i = 0; i < loops; i++) { in bench_sched_pipe()
80 for (i = 0; i < loops; i++) { in bench_sched_pipe()
99 loops); in bench_sched_pipe()
109 (double)result_usec / (double)loops); in bench_sched_pipe()
111 (int)((double)loops / in bench_sched_pipe()
Dsched-messaging.c40 static unsigned int loops = 100; variable
101 for (i = 0; i < loops; i++) { in sender()
228 ctx->num_packets = num_fds * loops; in group()
265 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
/external/webkit/Source/WebCore/rendering/style/
DStyleMarqueeData.cpp32 , loops(RenderStyle::initialMarqueeLoopCount()) in StyleMarqueeData()
42 , loops(o.loops) in StyleMarqueeData()
51 behavior == o.behavior && loops == o.loops; in operator ==()
/external/webrtc/src/common_audio/signal_processing/
Dauto_correlation.c71 int loops = (in_vector_length - i); in WebRtcSpl_AutoCorrelation() local
76 for (j = loops; j > 0; j--) in WebRtcSpl_AutoCorrelation()
81 loops4 = (loops >> 2) << 2; in WebRtcSpl_AutoCorrelation()
101 for (j = loops4; j < loops; j++) in WebRtcSpl_AutoCorrelation()
126 for (j = loops4; j < loops; j++) in WebRtcSpl_AutoCorrelation()
/external/srtp/
Dconfig.log80 configure:1746: gcc -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
90 configure:1840: gcc -o conftest -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
94 configure:1895: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
98 configure:1948: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
116 configure:2124: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
124 configure:2179: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
176 configure:2799: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
183 configure:2907: gcc -o conftest -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
192 configure:2970: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
201 configure:2970: gcc -c -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
D3d-morph.js26 var loops = 15 variable
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
D3d-morph.js26 var loops = 15 variable
47 for (var i = 0; i < loops; ++i) {
48 morph(a, i/loops)
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Ddowhile-006.js37 function DoWhileObject( breakOut, breakIn, iterations, loops ) { argument
39 this.loops = loops;
/external/valgrind/main/helgrind/tests/
Dt2t.c112 int loops = 1; in main() local
114 if (argc >= 4) loops = atoi(argv[3]); in main()
116 printf ("loops %d\n", loops); in main()
117 for (i = 0; i < loops; i++) in main()
/external/icu4c/common/
Ducnvlat1.c64 int32_t count, loops; in _Latin1ToUnicodeWithOffsets() local
66 loops=count=targetCapacity>>3; in _Latin1ToUnicodeWithOffsets()
92 } while(--loops>0); in _Latin1ToUnicodeWithOffsets()
183 int32_t count, loops; in _Latin1FromUnicodeWithOffsets() local
186 loops=count=targetCapacity>>4; in _Latin1FromUnicodeWithOffsets()
229 count=loops-count; in _Latin1FromUnicodeWithOffsets()
503 int32_t count, loops; in _ASCIIToUnicodeWithOffsets() local
506 loops=count=targetCapacity>>3; in _ASCIIToUnicodeWithOffsets()
525 count=loops-count; in _ASCIIToUnicodeWithOffsets()
639 int32_t count, loops; in ucnv_ASCIIFromUTF8() local
[all …]
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp371 int loops = 0; in doKeyGen() local
385 for (loops=0; loops<adj_loopCount; loops++) { in doKeyGen()
400 for (loops=0; loops<adj_loopCount; loops++) { in doKeyGen()
413 for (loops=0; loops<adj_loopCount; loops++) { in doKeyGen()
426 printf("Sort Key Generation: total # of keys = %d\n", loops*gNumFileLines); in doKeyGen()
468 int loops = 0; in doBinarySearch() local
494 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
527 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
578 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
634 for (loops=0; loops<adj_loopCount; loops++) { in doBinarySearch()
[all …]
/external/grub/
Dconfig.log188 configure:3627: checking whether -falign-loops works
189 configure:3651: gcc -c -m32 -g -falign-loops=1 conftest.c >&5
205 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
241 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
268 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
277 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
286 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
295 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
304 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
313 …sing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-function…
[all …]
DAndroid.mk31 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
87 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
124 -Wpointer-arith -falign-jumps=1 -falign-loops=1 \
/external/valgrind/main/none/tests/ppc64/
Dtest_isa_2_06_part3.c1020 int loops = dp ? 2 : 4; in print_vector_fp_result() local
1026 for (k = 0; k < loops; k++) { in print_vector_fp_result()
1077 int loops = is_scalar ? 1 : stride; in test_vsx_one_fp_arg() local
1105 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1114 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1146 loops = 2; in test_vsx_one_fp_arg()
1150 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1166 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1208 int loops = stride; in test_int_to_fp_convert() local
1233 for (j = 0; j < loops; j++) { in test_int_to_fp_convert()
[all …]
/external/valgrind/main/none/tests/ppc32/
Dtest_isa_2_06_part3.c1020 int loops = dp ? 2 : 4; in print_vector_fp_result() local
1026 for (k = 0; k < loops; k++) { in print_vector_fp_result()
1077 int loops = is_scalar ? 1 : stride; in test_vsx_one_fp_arg() local
1105 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1114 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1146 loops = 2; in test_vsx_one_fp_arg()
1150 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1166 for (j = 0; j < loops; j++) { in test_vsx_one_fp_arg()
1208 int loops = stride; in test_int_to_fp_convert() local
1233 for (j = 0; j < loops; j++) { in test_int_to_fp_convert()
[all …]
/external/valgrind/main/gdbserver_tests/
Dsleepers.c12 static int loops = 15; // each thread+main will do this amount of loop variable
80 for (i = 0; i < loops; i++) { in sleeper_or_burner()
138 loops = atoi(argv[1]); in main()
152 loops, sleepms, burn, threads_spec); in main()
Dt.c53 static void loops (int *loopnr) in loops() function
68 loops (&loopt1); in brussels_fn()
78 loops (&loopt2); in london_fn()
/external/stressapptest/src/
Dworker.cc545 int64 loops = 0; in Work() local
546 while (IsReadyToRun() && (loops < num_pages_to_fill_)) { in Work()
565 loops++; in Work()
569 pages_copied_ = loops; in Work()
1436 int64 loops = 0; in Work() local
1467 loops++; in Work()
1470 pages_copied_ = loops; in Work()
1483 int64 loops = 0; in Work() local
1500 if (loops == 8) { in Work()
1532 loops++; in Work()
[all …]
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h49 const MachineLoopInfo &loops) : in VirtRegAuxInfo() argument
50 MF(mf), LIS(lis), Loops(loops) {} in VirtRegAuxInfo()
/external/aac/libSBRdec/src/arm/
Dlpp_tran_arm.cpp105 int loops, in lppTransposer_func1() argument
121 for(int i=0; i < loops; i++) in lppTransposer_func1()
/external/llvm/docs/
DVectorizers.rst34 will only vectorize loops that do not require a major increase in code size.
63 complex loops.
68 The Loop Vectorizer supports loops with an unknown trip count.
70 and the Loop Vectorizer has a mechanism to vectorize loops that do not start
173 The Loop Vectorizer can vectorize loops that count backwards.
266 performing partial-unrolling of loops.
282 The Loop Vectorizer uses a cost model to decide when it is profitable to unroll loops.
289 `gcc-loops <http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vectorizer/…
290 This benchmarks is a collection of loops from the GCC autovectorization
296 .. image:: gcc-loops.png
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Dmkskel.tpu13 target := '"' | '\'; !do this once, outside loops
15 rest_of_line := CREATE_RANGE(MARK(NONE), MARK(NONE)); !also outside loops
/external/llvm/test/Transforms/LoopUnroll/
Dscevunroll.ll8 ; Completely unroll loops without a canonical IV.
33 ; SCEV unrolling properly handles loops with multiple exits. In this
67 ; SCEV properly unrolls multi-exit loops.
98 ; SCEV should not unroll a multi-exit loops unless the latch block has

12345678910