Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 25 of 91) sorted by relevance

1234

/external/selinux/libselinux/utils/
Davcstat.c97 struct avc_cache_stats tot, rel, last; in main() local
180 memset(&tot, 0, sizeof(tot)); in main()
195 tot.lookups += tmp.lookups; in main()
196 tot.hits += tmp.hits; in main()
197 tot.misses += tmp.misses; in main()
198 tot.allocations += tmp.allocations; in main()
199 tot.reclaims += tmp.reclaims; in main()
200 tot.frees += tmp.frees; in main()
209 tot.lookups, tot.hits, tot.misses, in main()
210 tot.allocations, tot.reclaims, tot.frees); in main()
[all …]
/external/llvm/test/Transforms/LoopVectorize/X86/
Dimprecise-through-phis.ll8 ; tot += arr[i];
19 %tot = phi double [0.0, %entry], [%tot.next, %next.iter]
28 %tot.new = fadd double %tot, %nextval
35 %tot.next = phi double [%tot, %no.add], [%tot.new, %do.add]
41 ret double %tot.next
52 %tot = phi double [0.0, %entry], [%tot.next, %next.iter]
61 %tot.new = fadd fast double %tot, %nextval
68 %tot.next = phi double [%tot, %no.add], [%tot.new, %do.add]
74 ret double %tot.next
/external/llvm-project/libcxx/utils/docker/debian9/buildbot/
DDockerfile8 FROM ${gcc_tot} AS gcc-tot
9 FROM ${llvm_tot} AS llvm-tot
20 COPY --from=gcc-tot /compiler /opt/gcc-tot
21 COPY --from=llvm-tot /compiler /opt/llvm-tot
23 ENV PATH /opt/llvm-tot/bin:$PATH
29 RUN /opt/gcc-tot/bin/g++ --version
30 RUN /opt/llvm-tot/bin/clang++ --version
31 RUN /opt/llvm-tot/bin/clang --version
34 RUN ln -s /opt/llvm-tot/bin/clang /usr/local/bin/clang
35 RUN ln -s /opt/llvm-tot/bin/clang++ /usr/local/bin/clang++
/external/tensorflow/tensorflow/lite/tools/optimize/
Dmodify_model_interface.cc199 for (auto tot : inputs) { in SetInputTypeToUINT8() local
200 SubGraphT* subgraph = model->subgraphs.at(tot.subgraph_index).get(); in SetInputTypeToUINT8()
201 TensorT* quant_tensor = subgraph->tensors[tot.output_index].get(); in SetInputTypeToUINT8()
204 TensorT* float_tensor = subgraph->tensors[tot.input_index].get(); in SetInputTypeToUINT8()
226 for (auto tot : outputs) { in SetOutputTypeToUINT8() local
227 SubGraphT* subgraph = model->subgraphs.at(tot.subgraph_index).get(); in SetOutputTypeToUINT8()
228 TensorT* quant_tensor = subgraph->tensors[tot.input_index].get(); in SetOutputTypeToUINT8()
231 TensorT* float_tensor = subgraph->tensors[tot.output_index].get(); in SetOutputTypeToUINT8()
240 OperatorT* op = subgraph->operators[tot.op_index].get(); in SetOutputTypeToUINT8()
252 for (auto tot : inputs) { in RemoveInputTensor() local
[all …]
/external/tensorflow/tensorflow/core/framework/
Dbfloat16_test.cc52 const int64 tot = static_cast<int64>(state.iterations()) * N; in BM_FloatToBFloat16() local
53 state.SetItemsProcessed(tot); in BM_FloatToBFloat16()
54 state.SetBytesProcessed(tot * (sizeof(float) + sizeof(bfloat16))); in BM_FloatToBFloat16()
73 const int64 tot = static_cast<int64>(state.iterations()) * N; in BM_RoundFloatToBFloat16() local
74 state.SetItemsProcessed(tot); in BM_RoundFloatToBFloat16()
75 state.SetBytesProcessed(tot * (sizeof(float) + sizeof(bfloat16))); in BM_RoundFloatToBFloat16()
92 const int64 tot = static_cast<int64>(state.iterations()) * N; in BM_BFloat16ToFloat() local
93 state.SetItemsProcessed(tot); in BM_BFloat16ToFloat()
94 state.SetBytesProcessed(tot * (sizeof(float) + sizeof(bfloat16))); in BM_BFloat16ToFloat()
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_test.cc51 const int64 tot = static_cast<int64>(state.iterations()) * num; \
52 state.SetItemsProcessed(tot); \
53 state.SetBytesProcessed(tot * sizeof(T)); \
115 const int64 tot = static_cast<int64>(state.iterations()) * num; \
116 state.SetItemsProcessed(tot); \
117 state.SetBytesProcessed(tot * sizeof(float)); \
189 const int64 tot = static_cast<int64>(state.iterations()) * num; \
190 state.SetItemsProcessed(tot); \
191 state.SetBytesProcessed(tot * sizeof(float)); \
230 const int64 tot = static_cast<int64>(state.iterations()) * rows * cols; \
[all …]
Dtraining_ops_test.cc115 const int64 tot = static_cast<int64>(state.iterations()) * params; in BM_SGD() local
116 state.SetItemsProcessed(tot); in BM_SGD()
117 state.SetBytesProcessed(tot * sizeof(float)); in BM_SGD()
151 const int64 tot = static_cast<int64>(state.iterations()) * params; in BM_Adagrad() local
152 state.SetItemsProcessed(tot); in BM_Adagrad()
153 state.SetBytesProcessed(tot * sizeof(float)); in BM_Adagrad()
189 const int64 tot = static_cast<int64>(state.iterations()) * m * n; in BM_SparseAdagrad() local
190 state.SetItemsProcessed(tot); in BM_SparseAdagrad()
191 state.SetBytesProcessed(tot * sizeof(float)); in BM_SparseAdagrad()
233 const int64 tot = static_cast<int64>(state.iterations()) * params; in BM_Momentum() local
[all …]
Dgather_nd_op_test.cc142 const int64 tot = static_cast<int64>(state.iterations()) * kLookups * 4; \
143 state.SetItemsProcessed(tot); \
144 state.SetBytesProcessed(tot * sizeof(float)); \
/external/igt-gpu-tools/benchmarks/
Dgem_userptr_benchmark.c180 unsigned int i, tot = 1000; in test_malloc_free() local
181 void *ptr[tot]; in test_malloc_free()
186 for (i = 0; i < tot; i++) { in test_malloc_free()
191 igt_permute_array(ptr, tot, exchange_ptr); in test_malloc_free()
192 for (i = 0; i < tot; i++) in test_malloc_free()
203 unsigned int i, tot = 1000; in test_malloc_realloc_free() local
204 void *ptr[tot]; in test_malloc_realloc_free()
209 for (i = 0; i < tot; i++) { in test_malloc_realloc_free()
214 igt_permute_array(ptr, tot, exchange_ptr); in test_malloc_realloc_free()
215 for (i = 0; i < tot; i++) { in test_malloc_realloc_free()
[all …]
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Dimprecise-through-phis.ll10 ; tot += arr[i];
42 %tot = phi double [0.0, %entry], [%tot.next, %next.iter]
51 %tot.new = fadd double %tot, %nextval
58 %tot.next = phi double [%tot, %no.add], [%tot.new, %do.add]
64 ret double %tot.next
146 %tot = phi double [0.0, %entry], [%tot.next, %next.iter]
155 %tot.new = fadd fast double %tot, %nextval
162 %tot.next = phi double [%tot, %no.add], [%tot.new, %do.add]
168 ret double %tot.next
/external/tensorflow/tensorflow/core/platform/
Dtensor_coding.cc49 int64 tot = 0; in DecodeStringList() local
52 tot += v; in DecodeStringList()
54 if (tot != static_cast<int64>(reader.size())) { in DecodeStringList()
153 int64 tot = 0; in DecodeStringList() local
156 tot += v; in DecodeStringList()
158 if (tot != reader.Available()) { in DecodeStringList()
176 int64 tot = 0; in DecodeStringList() local
179 tot += v; in DecodeStringList()
181 if (tot != reader.Available()) { in DecodeStringList()
/external/libcxx/utils/docker/debian9/
DDockerfile52 FROM builder-base as gcc-tot-builder
57 RUN git clone --depth=1 git://gcc.gnu.org/git/gcc.git /tmp/gcc-tot
58 RUN cd /tmp/gcc-tot && ./contrib/download_prerequisites
59 RUN /tmp/build_gcc.sh --source /tmp/gcc-tot --to /opt/gcc-tot
85 COPY --from=gcc-tot-builder /opt/gcc-tot /opt/gcc-tot
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Ds3_pkt.cc141 unsigned tot, n, nw; in tls_write_app_data() local
144 tot = ssl->s3->wnum; in tls_write_app_data()
154 if (len < 0 || (size_t)len < tot) { in tls_write_app_data()
162 n = len - tot; in tls_write_app_data()
172 ssl->s3->wnum = tot; in tls_write_app_data()
185 int ret = do_tls_write(ssl, SSL3_RT_APPLICATION_DATA, &in[tot], nw); in tls_write_app_data()
187 ssl->s3->wnum = tot; in tls_write_app_data()
196 return tot + ret; in tls_write_app_data()
200 tot += ret; in tls_write_app_data()
/external/boringssl/src/ssl/
Ds3_pkt.cc141 unsigned tot, n, nw; in tls_write_app_data() local
144 tot = ssl->s3->wnum; in tls_write_app_data()
154 if (len < 0 || (size_t)len < tot) { in tls_write_app_data()
162 n = len - tot; in tls_write_app_data()
172 ssl->s3->wnum = tot; in tls_write_app_data()
185 int ret = do_tls_write(ssl, SSL3_RT_APPLICATION_DATA, &in[tot], nw); in tls_write_app_data()
187 ssl->s3->wnum = tot; in tls_write_app_data()
196 return tot + ret; in tls_write_app_data()
200 tot += ret; in tls_write_app_data()
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Dco-586.pl121 local($tot,$end);
135 $tot=$num+$num-1;
149 for ($i=0; $i<$tot; $i++)
163 $v=2 if (($i+1) == $tot);
212 local($b,$tot,$end,$half);
236 $tot=$num+$num-1;
238 for ($i=0; $i<$tot; $i++)
251 $v=2 if ($i+1) == $tot;
/external/libvpx/libvpx/vp8/common/
Dtreecoder.c91 const unsigned int tot = c[0] + c[1]; in vp8_tree_probs_from_distribution() local
93 if (tot) { in vp8_tree_probs_from_distribution()
95 (unsigned int)(((uint64_t)c[0] * Pfactor) + (Round ? tot >> 1 : 0)) / in vp8_tree_probs_from_distribution()
96 tot; in vp8_tree_probs_from_distribution()
/external/rust/crates/libz-sys/src/zlib/examples/
Dgzjoin.c265 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) in gzinit() argument
269 *tot = 0; in gzinit()
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy() argument
412 *tot += (unsigned long)len; in gzcopy()
422 put4(*tot, out); in gzcopy()
429 unsigned long crc, tot; /* running crc and total uncompressed length */ in main() local
443 gzinit(&crc, &tot, stdout); in main()
445 gzcopy(*argv++, argc, &crc, &tot, stdout); in main()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dalexa.c173 int tot = 0; in drain_end_cb() local
215 tot += s; in drain_end_cb()
232 lws_ss_add_peer_tx_credit(m->ss, tot); in drain_end_cb()
247 lws_ss_add_peer_tx_credit(m->ss, tot); in drain_end_cb()
457 size_t tot; in ss_avs_metadata_tx() local
509 tot = strlen(metadata); in ss_avs_metadata_tx()
514 if (*len > tot - m->pos) in ss_avs_metadata_tx()
515 *len = tot - m->pos; in ss_avs_metadata_tx()
521 if (m->pos == tot) { in ss_avs_metadata_tx()
/external/skqp/src/gpu/effects/
DGrCircleBlurFragmentProcessor.cpp20 float tot = 0.0f; in make_unnormalized_half_kernel() local
25 tot += value; in make_unnormalized_half_kernel()
29 return tot; in make_unnormalized_half_kernel()
37 const float tot = 2.f * make_unnormalized_half_kernel(halfKernel, halfKernelSize, sigma); in make_half_kernel_and_summed_table() local
40 halfKernel[i] /= tot; in make_half_kernel_and_summed_table()
147 const float tot = 2.f * make_unnormalized_half_kernel(halfKernel.get(), halfKernelSize, sigma); in create_half_plane_profile() local
151 halfKernel[halfKernelSize - i - 1] /= tot; in create_half_plane_profile()
/external/skia/src/gpu/effects/generated/
DGrCircleBlurFragmentProcessor.cpp25 float tot = 0.0f; in make_unnormalized_half_kernel() local
30 tot += value; in make_unnormalized_half_kernel()
34 return tot; in make_unnormalized_half_kernel()
44 const float tot = 2.f * make_unnormalized_half_kernel(halfKernel, halfKernelSize, sigma); in make_half_kernel_and_summed_table() local
47 halfKernel[i] /= tot; in make_half_kernel_and_summed_table()
163 const float tot = 2.f * make_unnormalized_half_kernel(halfKernel.get(), halfKernelSize, sigma); in create_half_plane_profile() local
167 halfKernel[halfKernelSize - i - 1] /= tot; in create_half_plane_profile()
/external/iproute2/misc/
Drtacct.c79 static void nread(int fd, char *buf, int tot) in nread() argument
83 while (count < tot) { in nread()
84 int n = read(fd, buf+count, tot-count); in nread()
325 int tot = 0; in send_db() local
327 while (tot < sizeof(*kern_db)) { in send_db()
328 int n = write(fd, ((char *)kern_db) + tot, sizeof(*kern_db)-tot); in send_db()
335 tot += n; in send_db()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
Davs.c158 size_t tot; in ss_avs_metadata_tx() local
194 tot = strlen(metadata); in ss_avs_metadata_tx()
199 if (*len > tot - m->pos) in ss_avs_metadata_tx()
200 *len = tot - m->pos; in ss_avs_metadata_tx()
206 if (m->pos == tot) { in ss_avs_metadata_tx()
/external/swiftshader/infra/config/generated/
Dcommit-queue.cfg24 name: "chromium/try/linux-swangle-try-tot-swiftshader-x64"
27 name: "chromium/try/win-swangle-try-tot-swiftshader-x86"
/external/compiler-rt/lib/tsan/
Danalyze_libtsan.sh40 tot=$(wc -l < $file)
53 $f $tot $size $rsp $push $pop $call $load $store $sh $mov $lea $cmp;
/external/llvm-project/compiler-rt/lib/tsan/
Danalyze_libtsan.sh40 tot=$(wc -l < $file)
53 $f $tot $size $rsp $push $pop $call $load $store $sh $mov $lea $cmp;

1234