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

12 3 4 5 6 7 8 91011>>

  /external/dng_sdk/source/
dng_xy_coord.cpp 30 real64 total = X + Y + Z; local
32 if (total > 0.0)
35 return dng_xy_coord (X / total,
36 Y / total);
  /external/guava/guava-tests/benchmark/com/google/common/base/
SplitterBenchmark.java 45 int total = 0; local
48 total += Iterables.size(CHAR_SPLITTER.split(input));
53 int total = 0; local
56 total += Iterables.size(STRING_SPLITTER.split(input));
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 35 UInt64 total = 0; local
39 s.GlobalOffset = total;
40 total += Streams[i].Size;
43 _totalLength = total;
  /external/lzma/CPP/7zip/
IProgress.h 11 STDMETHOD(SetTotal)(UInt64 total) x; \
  /external/tensorflow/tensorflow/core/util/
work_sharder.h 26 // Shards the "total" unit of work assuming each unit of work having
28 // total - 1. Each shard contains 1 or more units of work and the
29 // total cost of each shard is roughly the same. The calling thread and the
46 // REQUIRES: total >= 0
48 void Shard(int max_parallelism, thread::ThreadPool* workers, int64 total,
  /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
Utils.java 34 int total = classes.length; local
35 assert requests.length == total; local
36 assert resets.length == total; local
40 for (int i = 0; i < total; i++) {
  /art/test/004-NativeAllocations/src-art/
Main.java 56 long total = 0; local
59 total += size;
75 while (total > 0) {
77 total -= size;
88 long total = 0; local
91 total += size;
94 while (total > 0) {
96 total -= size;
  /external/libunwind_llvm/test/
libunwind_02.pass.cpp 36 int total = test(50); local
37 assert(total == 1275);
  /external/apache-http/src/org/apache/http/impl/io/
ContentLengthOutputStream.java 66 /** Total bytes written */
67 private long total = 0; field in class:ContentLengthOutputStream
113 if (this.total < this.contentLength) {
114 long max = this.contentLength - this.total;
119 this.total += len;
131 if (this.total < this.contentLength) {
133 this.total++;
  /external/e2fsprogs/contrib/
make-sparse.c 29 int got, total = 0; local
37 return total ? total : -1;
41 return total;
46 total += got;
49 return total;
  /external/libffi/testsuite/libffi.call/
float_va.c 21 double total=0.0; local
25 total+=(double)x;
26 total+=y;
34 total+=arg;
39 printf(" total: %.1f\n", total);
41 return total;
59 /* { dg-output "0: 2.0 : total: 2.0" } */
74 /* { dg-output "\n0: 2.0 : total: 2.0" } */
81 /* { dg-output "\n2: 2.0 : 0:3.0 1:4.0 total: 11.0" } *
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
float_va.c 21 double total=0.0; local
25 total+=(double)x;
26 total+=y;
34 total+=arg;
39 printf(" total: %.1f\n", total);
41 return total;
59 /* { dg-output "0: 2.0 : total: 2.0" } */
74 /* { dg-output "\n0: 2.0 : total: 2.0" } */
81 /* { dg-output "\n2: 2.0 : 0:3.0 1:4.0 total: 11.0" } *
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
float_va.c 21 double total=0.0; local
25 total+=(double)x;
26 total+=y;
34 total+=arg;
39 printf(" total: %.1f\n", total);
41 return total;
59 /* { dg-output "0: 2.0 : total: 2.0" } */
74 /* { dg-output "\n0: 2.0 : total: 2.0" } */
81 /* { dg-output "\n2: 2.0 : 0:3.0 1:4.0 total: 11.0" } *
    [all...]
  /external/valgrind/drd/tests/
omp_prime.c 38 int total = 0; local
89 DRD_TRACE_VAR(total);
96 primes[total] = i;
97 total++;
103 n, total);
104 for (i = 0; i < total; i++)
  /external/tensorflow/tensorflow/core/profiler/g3doc/
advise.md 43 top 1 operation type: SoftmaxCrossEntropyWithLogits, cpu: 1.37sec, accelerator: 0us, total: 1.37sec (26.68%)
44 top 2 operation type: MatMul, cpu: 427.39ms, accelerator: 280.76ms, total: 708.14ms (13.83%)
45 top 3 operation type: ConcatV2, cpu: 357.83ms, accelerator: 31.80ms, total: 389.63ms (7.61%)
46 seq2seq_attention_model.py:360:build_graph:self._add_seq2seq(), cpu: 3.16sec, accelerator: 214.84ms, total: 3.37sec
47 seq2seq_attention_model.py:293:_add_seq2seq:decoder_outputs, ..., cpu: 2.46sec, accelerator: 3.25ms, total: 2.47sec
48 seq2seq_lib.py:181:sampled_sequence_...:average_across_ti..., cpu: 2.46sec, accelerator: 3.24ms, total: 2.47sec
49 seq2seq_lib.py:147:sequence_loss_by_...:crossent = loss_f..., cpu: 2.46sec, accelerator: 3.06ms, total: 2.46sec
50 seq2seq_attention_model.py:289:sampled_loss_func:num_classes=vsize), cpu: 2.46sec, accelerator: 3.06ms, total: 2.46sec
51 seq2seq_attention_model.py:282:sampled_loss_func:labels = tf.resha..., cpu: 164us, accelerator: 0us, total: 164us
52 seq2seq_lib.py:148:sequence_loss_by_...:log_perp_list.app..., cpu: 1.33ms, accelerator: 120us, total: 1.45m
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
BuildMirroringTables.java 59 int total = 0; local
68 chars[total] = ch & 0xFFFF;
69 mirrors[total++] = m & 0xFFFF;
73 System.out.println("There are " + total + " characters with a different mirror.\n");
79 dump("mirroredChars", chars, total, 8);
83 dump("srahCderorrim", mirrors, total, 8);
85 output.println("const le_int32 DefaultCharMapper::mirroredCharsCount = " + total + ";\n");
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
rasterize.rs 38 static int total;
57 slope[total].x = (-(f1.y * (f3.z - f2.z) - f2.y * f3.z + f3.y * f2.z + (f2.y - f3.y) * f1.z)
59 slope[total].y = ((f1.x * (f3.z - f2.z) - f2.x * f3.z + f3.x * f2.z + (f2.x - f3.x) * f1.z)
61 zoff[total] = ((f1.x * (f3.y * f2.z - f2.y * f3.z) + f1.y * (f2.x * f3.z - f3.x * f2.z) +
64 p1[total] = f1.xy;
65 p2[total] = f2.xy;
66 p3[total] = f3.xy;
67 d12[total] = p1[total] - p2[total];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
dutree.py 8 total, d = None, {}
18 total, d = store(size, comps, total, d)
20 display(total, d)
25 def store(size, comps, total, d):
32 return total, d
34 def display(total, d):
35 show(total, d, '')
37 def show(total, d, prefix):
45 ## if sum < total:
    [all...]
  /external/kmod/shared/
array.c 36 array->total = new_total;
45 array->total = 0;
53 if (array->count + 1 >= array->total) {
54 int r = array_realloc(array, array->total + array->step);
76 if (array->count + array->step < array->total) {
77 int r = array_realloc(array, array->total - array->step);
86 array->total = 0;
105 if (array->count + array->step < array->total) {
106 int r = array_realloc(array, array->total - array->step);
  /external/libchrome/base/
observer_list_unittest.cc 30 explicit Adder(int scaler) : total(0), scaler_(scaler) {}
33 void Observe(int x) override { total += x * scaler_; }
34 int GetValue() const override { return total; }
36 int total; member in class:base::__anon24258::Adder
217 EXPECT_EQ(20, a.total);
218 EXPECT_EQ(-20, b.total);
219 EXPECT_EQ(0, c.total);
220 EXPECT_EQ(-10, d.total);
221 EXPECT_EQ(0, e.total);
242 EXPECT_EQ(20, a.total);
    [all...]
  /external/python/cpython2/Tools/scripts/
dutree.py 8 total, d = None, {}
18 total, d = store(size, comps, total, d)
20 display(total, d)
25 def store(size, comps, total, d):
32 return total, d
34 def display(total, d):
35 show(total, d, '')
37 def show(total, d, prefix):
45 ## if sum < total
    [all...]
  /external/python/cpython3/Tools/scripts/
dutree.py 8 total, d = None, {}
18 total, d = store(size, comps, total, d)
20 display(total, d)
25 def store(size, comps, total, d):
32 return total, d
34 def display(total, d):
35 show(total, d, '')
37 def show(total, d, prefix):
45 ## if sum < total
    [all...]
  /external/fio/t/
stest.c 26 unsigned long total; local
33 nr = total = 0;
34 while (total < 120*1024*1024UL) {
38 printf("fail at %lu, size %u\n", total, size);
43 total += size;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
AbstractGroupVisitor.java 28 /** coverage node for this group to total counters */
29 protected final CoverageNodeImpl total; field in class:AbstractGroupVisitor
40 total = new CoverageNodeImpl(ElementType.GROUP, name);
46 total.increment(bundle);
104 total.increment(lastChild.total);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
AppItem.java 33 public long total; field in class:AppItem
46 total = parcel.readLong();
57 dest.writeLong(total);
69 comparison = Long.compare(another.total, total);

Completed in 1869 milliseconds

12 3 4 5 6 7 8 91011>>