HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 101 - 125 of 2504) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/test/651-checker-float-simd-minmax/src/
Main.java 86 int total = interesting.length * interesting.length; local
87 float[] x = new float[total];
88 float[] y = new float[total];
89 float[] z = new float[total];
102 for (int i = 0; i < total; i++) {
107 for (int i = 0; i < total; i++) {
  /art/test/651-checker-int-simd-minmax/src/
Main.java 70 int total = interesting.length * interesting.length; local
71 int[] x = new int[total];
72 int[] y = new int[total];
73 int[] z = new int[total];
86 for (int i = 0; i < total; i++) {
91 for (int i = 0; i < total; i++) {
  /art/test/651-checker-long-simd-minmax/src/
Main.java 87 int total = interesting.length * interesting.length; local
88 long[] x = new long[total];
89 long[] y = new long[total];
90 long[] z = new long[total];
103 for (int i = 0; i < total; i++) {
108 for (int i = 0; i < total; i++) {
  /external/ltp/testcases/kernel/fs/doio/
dataascii.c 48 int total; local
55 total = offset + bsize;
65 for (cnt = offset; cnt < total; cnt++) {
77 int total; local
84 total = offset + bsize;
97 for (cnt = offset; cnt < total; chr++, cnt++) {
  /external/tensorflow/tensorflow/core/util/ctc/
ctc_beam_entry.h 44 BeamProbability() : total(kLogZero), blank(kLogZero), label(kLogZero) {}
46 total = kLogZero;
50 float total; member in struct:tensorflow::ctc::ctc_beam_search::BeamProbability
63 inline bool Active() const { return newp.total != kLogZero; }
138 return a->newp.total > b->newp.total;
  /external/doclava/src/com/google/doclava/
TodoFile.java 59 public int total; field in class:TodoFile.PackageStats
86 int total = 1; local
96 total++;
110 total++;
125 total++;
139 total++;
154 data.setValue(classBase + ".totalCount", "" + total);
155 data.setValue(classBase + ".percentGood", percent(errors, total));
166 ps.total += total;
    [all...]
  /dalvik/dx/tests/133-source-debug-extension/
HelloKt.class 
  /external/ImageMagick/MagickCore/
timer.c 136 time_info->user.total-=time_info->user.stop-time_info->user.start;
137 time_info->elapsed.total-=time_info->elapsed.stop-
245 return(time_info->elapsed.total);
316 return(time_info->user.total);
387 time_info->user.total=0.0;
388 time_info->elapsed.total=0.0;
429 time_info->user.total+=time_info->user.stop-
431 time_info->elapsed.total+=time_info->elapsed.stop-
449 % UserTime() returns the total time the process has been scheduled (in
  /external/curl/src/
tool_cb_prg.c 118 curl_off_t total; local
122 total = dltotal + ultotal + bar->initial_size;
129 if(total) {
130 /* we know the total data to get... */
134 else if((tvdiff(now, bar->prevtime) < 100L) && point < total)
139 /* total is unknown */
150 if((total > 0) && (point != bar->prev)) {
151 if(point > total)
152 /* we have got more than the expected total! */
153 total = point
    [all...]
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
ClassInfo.java 100 total(line.getInstructionCounter()),
101 total(line.getBranchCounter()), indent,
109 total(coverage.getInstructionCounter()),
110 total(coverage.getBranchCounter()),
111 total(coverage.getLineCounter()),
112 total(coverage.getMethodCounter()),
113 total(coverage.getComplexityCounter()), description);
116 private String total(final ICounter counter) { method in class:ClassInfo.Printer
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
IColumnRenderer.java 35 * @param total
39 public boolean init(List<? extends ITableItem> items, ICoverageNode total);
46 * @param total
55 public void footer(HTMLElement td, ICoverageNode total,
  /external/tensorflow/tensorflow/core/lib/core/
threadpool.h 62 // ParallelFor shards the "total" units of work assuming each unit of work
64 // indexed 0, 1, ..., total - 1. Each shard contains 1 or more units of work
65 // and the total cost of each shard is roughly the same.
72 void ParallelFor(int64 total, int64 cost_per_unit,
75 // Shards the "total" units of work. For more details, see "ParallelFor".
91 int64 total, int64 cost_per_unit,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VCardTest.java 45 int total = composer.getCount(); local
46 assertEquals(1, total);
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
DiskUsage.java 55 long total = store.getTotalSpace() / K; local
64 System.out.format("%-20s %12d %12d %12d\n", s, total, used, avail);
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
DiskUsage.java 55 long total = store.getTotalSpace() / K; local
64 System.out.format("%-20s %12d %12d %12d\n", s, total, used, avail);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 131 long total = 0; local
136 if ((limit - total) < numRead)
140 total += numRead;
143 return total;
  /external/curl/tests/libtest/
lib553.c 35 static size_t total = POSTLEN; local
42 if(size > total)
43 size = total;
49 total -= size;
  /external/kmod/shared/
array.h 12 size_t total; member in struct:array
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
aperf.c 24 long long int start, finish, total; local
76 total = finish - start;
78 printf("runTime: %4.2f\n", 1.0*total/1000);
79 printf("freq: %7.0f\n", tsc / (1.0*aperf / (1.0 * mperf)) / total);
  /external/skia/gm/
manypaths.cpp 49 int total = 10000; variable
50 while (total--) {
89 int total = 7000; variable
100 while (total--) {
  /external/skqp/gm/
manypaths.cpp 49 int total = 10000; variable
50 while (total--) {
89 int total = 7000; variable
100 while (total--) {
  /frameworks/av/media/libnbaio/include/media/nbaio/
AudioBufferProviderSource.h 46 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block);
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-stats.py 62 total = len(all_remarks) variable
63 print("{:24s} {:10d}".format("Total number of remarks", total))
73 print(" {:30s} {:2.0f}%". format(passname, count * 100. / total))
78 print(" {:30s} {:2.0f}%". format(name, count * 100. / total))
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-stats.py 62 total = len(all_remarks) variable
63 print("{:24s} {:10d}".format("Total number of remarks", total))
73 print(" {:30s} {:2.0f}%". format(passname, count * 100. / total))
78 print(" {:30s} {:2.0f}%". format(name, count * 100. / total))
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-stats.py 62 total = len(all_remarks) variable
63 print("{:24s} {:10d}".format("Total number of remarks", total))
73 print(" {:30s} {:2.0f}%". format(passname, count * 100. / total))
78 print(" {:30s} {:2.0f}%". format(name, count * 100. / total))

Completed in 430 milliseconds

1 2 3 45 6 7 8 91011>>