Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/external/llvm/docs/
Dindex.rst32 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html target in LLVM Design & Overview
37 .. __: http://www.aosabook.org/en/llvm.html target in LLVM Design & Overview
43 .. __: http://llvm.org/pubs/2004-01-30-CGO-LLVM.html target in LLVM Design & Overview
48 .. __: http://llvm.org/pubs/2002-12-LattnerMSThesis.html target in LLVM Design & Overview
144 .. __: http://clang.llvm.org/get_started.html target in User Guides
441 .. __: http://lists.llvm.org/mailman/listinfo/llvm-dev target
450 .. __: http://lists.llvm.org/pipermail/llvm-commits/ target
456 .. __: http://lists.llvm.org/pipermail/llvm-bugs/ target
463 .. __: http://lists.llvm.org/pipermail/llvm-testresults/ target
469 .. __: http://lists.llvm.org/mailman/listinfo/llvm-announce target
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
Dindex.rst27 .. __: http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.html target in LLVM Design & Overview
32 .. __: http://www.aosabook.org/en/llvm.html target in LLVM Design & Overview
38 .. __: http://llvm.org/pubs/2004-01-30-CGO-LLVM.html target in LLVM Design & Overview
43 .. __: http://llvm.org/pubs/2002-12-LattnerMSThesis.html target in LLVM Design & Overview
145 .. __: http://clang.llvm.org/get_started.html target in User Guides
487 .. __: http://lists.llvm.org/mailman/listinfo/llvm-dev target
496 .. __: http://lists.llvm.org/pipermail/llvm-commits/ target
502 .. __: http://lists.llvm.org/pipermail/llvm-bugs/ target
509 .. __: http://lists.llvm.org/pipermail/llvm-testresults/ target
515 .. __: http://lists.llvm.org/mailman/listinfo/llvm-announce target
/external/tensorflow/tensorflow/compiler/aot/tests/
Dmake_test_graphs.py42 def tfadd(_): argument
82 def tfassert_eq(_): argument
90 def tfcond(_): argument
98 def tfgather(_): argument
104 def tfmatmul(_): argument
110 def tfmatmulandadd(_): argument
118 def tffunction(_): argument
129 def tfsplits(_): argument
146 def tftop_k(_): argument
152 def tfvariable(_): argument
[all …]
/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc68 for (auto _ : state) { in BM_basic() local
89 for (auto _ : state) { in BM_bytes_per_second() local
113 for (auto _ : state) { in BM_items_per_second() local
137 for (auto _ : state) { in BM_label() local
162 for (auto _ : state) { in BM_error() local
181 for (auto _ : state) { in BM_no_arg_name() local
196 for (auto _ : state) { in BM_arg_name() local
211 for (auto _ : state) { in BM_arg_names() local
228 for (auto _ : state) { in BM_BigArgs() local
240 for (auto _ : state) { in BM_Complexity_O1() local
[all …]
Dbasic_test.cc7 for (auto _ : state) { in BM_empty() local
15 for (auto _ : state) { in BM_spin_empty() local
28 for (auto _ : state) { in BM_spin_pause_before() local
38 for (auto _ : state) { in BM_spin_pause_during() local
53 for (auto _ : state) { in BM_pause_during() local
64 for (auto _ : state) { in BM_spin_pause_after() local
80 for (auto _ : state) { in BM_spin_pause_before_and_after() local
93 for (auto _ : state) { in BM_empty_stop_start() local
123 for (auto _ : state) { in BM_RangedFor() local
Duser_counters_test.cc26 for (auto _ : state) { in BM_Counters_Simple() local
63 for (auto _ : state) { in BM_Counters_WithBytesAndItemsPSec() local
107 for (auto _ : state) { in BM_Counters_Rate() local
143 for (auto _ : state) { in BM_Counters_Threads() local
178 for (auto _ : state) { in BM_Counters_AvgThreads() local
215 for (auto _ : state) { in BM_Counters_AvgThreadsRate() local
252 for (auto _ : state) { in BM_Counters_IterationInvariant() local
290 for (auto _ : state) { in BM_Counters_kIsIterationInvariantRate() local
332 for (auto _ : state) { in BM_Counters_AvgIterations() local
369 for (auto _ : state) { in BM_Counters_kAvgIterationsRate() local
Dbenchmark_test.cc56 for (auto _ : state) fac_42 = Factorial(8); in BM_Factorial() local
67 for (auto _ : state) pi = CalculatePi(static_cast<int>(state.range(0))); in BM_CalculatePiRange() local
76 for (auto _ : state) { in BM_CalculatePi() local
86 for (auto _ : state) { in BM_SetInsert() local
104 for (auto _ : state) { in BM_Sequential() local
124 for (auto _ : state) benchmark::DoNotOptimize(s1.compare(s2)); in BM_StringCompare() local
134 for (auto _ : state) { in BM_SetupTeardown() local
150 for (auto _ : state) { in BM_LongTest() local
167 for (auto _ : state) { in BM_ParallelMemset() local
187 for (auto _ : state) { in BM_ManualTiming() local
[all …]
Duser_counters_tabular_test.cc59 for (auto _ : state) { in BM_Counters_Tabular() local
106 for (auto _ : state) { in BM_CounterRates_Tabular() local
157 for (auto _ : state) { in BM_CounterSet0_Tabular() local
192 for (auto _ : state) { in BM_CounterSet1_Tabular() local
231 for (auto _ : state) { in BM_CounterSet2_Tabular() local
/external/google-benchmark/test/
Dreporter_output_test.cc68 for (auto _ : state) { in BM_basic() local
89 for (auto _ : state) { in BM_bytes_per_second() local
113 for (auto _ : state) { in BM_items_per_second() local
137 for (auto _ : state) { in BM_label() local
162 for (auto _ : state) { in BM_error() local
181 for (auto _ : state) { in BM_no_arg_name() local
196 for (auto _ : state) { in BM_arg_name() local
211 for (auto _ : state) { in BM_arg_names() local
228 for (auto _ : state) { in BM_BigArgs() local
240 for (auto _ : state) { in BM_Complexity_O1() local
[all …]
Dbasic_test.cc7 for (auto _ : state) { in BM_empty() local
15 for (auto _ : state) { in BM_spin_empty() local
28 for (auto _ : state) { in BM_spin_pause_before() local
38 for (auto _ : state) { in BM_spin_pause_during() local
53 for (auto _ : state) { in BM_pause_during() local
64 for (auto _ : state) { in BM_spin_pause_after() local
80 for (auto _ : state) { in BM_spin_pause_before_and_after() local
93 for (auto _ : state) { in BM_empty_stop_start() local
123 for (auto _ : state) { in BM_RangedFor() local
Duser_counters_test.cc26 for (auto _ : state) { in BM_Counters_Simple() local
63 for (auto _ : state) { in BM_Counters_WithBytesAndItemsPSec() local
107 for (auto _ : state) { in BM_Counters_Rate() local
143 for (auto _ : state) { in BM_Counters_Threads() local
178 for (auto _ : state) { in BM_Counters_AvgThreads() local
215 for (auto _ : state) { in BM_Counters_AvgThreadsRate() local
252 for (auto _ : state) { in BM_Counters_IterationInvariant() local
290 for (auto _ : state) { in BM_Counters_kIsIterationInvariantRate() local
332 for (auto _ : state) { in BM_Counters_AvgIterations() local
369 for (auto _ : state) { in BM_Counters_kAvgIterationsRate() local
Dbenchmark_test.cc56 for (auto _ : state) fac_42 = Factorial(8); in BM_Factorial() local
67 for (auto _ : state) pi = CalculatePi(static_cast<int>(state.range(0))); in BM_CalculatePiRange() local
76 for (auto _ : state) { in BM_CalculatePi() local
86 for (auto _ : state) { in BM_SetInsert() local
104 for (auto _ : state) { in BM_Sequential() local
124 for (auto _ : state) benchmark::DoNotOptimize(s1.compare(s2)); in BM_StringCompare() local
134 for (auto _ : state) { in BM_SetupTeardown() local
150 for (auto _ : state) { in BM_LongTest() local
167 for (auto _ : state) { in BM_ParallelMemset() local
187 for (auto _ : state) { in BM_ManualTiming() local
[all …]
Duser_counters_tabular_test.cc59 for (auto _ : state) { in BM_Counters_Tabular() local
106 for (auto _ : state) { in BM_CounterRates_Tabular() local
157 for (auto _ : state) { in BM_CounterSet0_Tabular() local
192 for (auto _ : state) { in BM_CounterSet1_Tabular() local
231 for (auto _ : state) { in BM_CounterSet2_Tabular() local
/external/libcxxabi/test/
Ddynamic_cast.pass.cpp30 struct C3 { virtual ~C3() {} Pad1 _; }; in ~C3() member
31 struct C5 : protected virtual C3 { Pad2 _; }; member
32 struct C6 : virtual C5 { Pad3 _; }; member
33 struct C7 : virtual C3 { Pad4 _; }; member
34 struct C9 : C6, C7 { Pad5 _; }; member
54 struct Src { virtual ~Src() {} Pad1 _; }; in ~Src() member
55 struct Mask : protected virtual Src { Pad2 _; }; member
56 struct Dest : Mask { Pad3 _; }; member
57 struct Root : Dest, virtual Src { Pad4 _; }; member
76 struct Class1 { virtual ~Class1() {} Pad1 _; }; in ~Class1() member
[all …]
Ddynamic_cast3.pass.cpp30 char _[43981]; member
38 char _[34981]; member
46 char _[93481]; member
83 char _[43981]; member
91 char _[34981]; member
100 char _[93481]; member
134 char _[43981]; member
142 char _[34981]; member
151 char _[93481]; member
185 char _[43981]; member
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_datarules.cpp36 spv_result_t ValidateVecNumComponents(ValidationState_t& _, in ValidateVecNumComponents()
62 spv_result_t ValidateFloatSize(ValidationState_t& _, const Instruction* inst) { in ValidateFloatSize()
93 spv_result_t ValidateIntSize(ValidationState_t& _, const Instruction* inst) { in ValidateIntSize()
127 spv_result_t ValidateMatrixColumnType(ValidationState_t& _, in ValidateMatrixColumnType()
152 spv_result_t ValidateMatrixNumCols(ValidationState_t& _, in ValidateMatrixNumCols()
165 spv_result_t ValidateSpecConstNumerical(ValidationState_t& _, in ValidateSpecConstNumerical()
180 spv_result_t ValidateSpecConstBoolean(ValidationState_t& _, in ValidateSpecConstBoolean()
192 spv_result_t ValidateForwardPointer(ValidationState_t& _, in ValidateForwardPointer()
203 spv_result_t ValidateStruct(ValidationState_t& _, const Instruction* inst) { in ValidateStruct()
221 spv_result_t DataRulesPass(ValidationState_t& _, const Instruction* inst) { in DataRulesPass()
Dvalidate_type.cpp53 spv_result_t ValidateUniqueness(ValidationState_t& _, const Instruction* inst) { in ValidateUniqueness()
70 spv_result_t ValidateTypeVector(ValidationState_t& _, const Instruction* inst) { in ValidateTypeVector()
82 spv_result_t ValidateTypeMatrix(ValidationState_t& _, const Instruction* inst) { in ValidateTypeMatrix()
94 spv_result_t ValidateTypeArray(ValidationState_t& _, const Instruction* inst) { in ValidateTypeArray()
158 spv_result_t ValidateTypeRuntimeArray(ValidationState_t& _, in ValidateTypeRuntimeArray()
189 spv_result_t ValidateTypeStruct(ValidationState_t& _, const Instruction* inst) { in ValidateTypeStruct()
270 spv_result_t ValidateTypePointer(ValidationState_t& _, in ValidateTypePointer()
282 spv_result_t ValidateTypeFunction(ValidationState_t& _, in ValidateTypeFunction()
331 spv_result_t ValidateTypeForwardPointer(ValidationState_t& _, in ValidateTypeForwardPointer()
352 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst) { in TypePass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_datarules.cpp36 spv_result_t ValidateVecNumComponents(ValidationState_t& _, in ValidateVecNumComponents()
62 spv_result_t ValidateFloatSize(ValidationState_t& _, const Instruction* inst) { in ValidateFloatSize()
93 spv_result_t ValidateIntSize(ValidationState_t& _, const Instruction* inst) { in ValidateIntSize()
127 spv_result_t ValidateMatrixColumnType(ValidationState_t& _, in ValidateMatrixColumnType()
152 spv_result_t ValidateMatrixNumCols(ValidationState_t& _, in ValidateMatrixNumCols()
165 spv_result_t ValidateSpecConstNumerical(ValidationState_t& _, in ValidateSpecConstNumerical()
180 spv_result_t ValidateSpecConstBoolean(ValidationState_t& _, in ValidateSpecConstBoolean()
192 spv_result_t ValidateForwardPointer(ValidationState_t& _, in ValidateForwardPointer()
203 spv_result_t ValidateStruct(ValidationState_t& _, const Instruction* inst) { in ValidateStruct()
221 spv_result_t DataRulesPass(ValidationState_t& _, const Instruction* inst) { in DataRulesPass()
Dvalidate_type.cpp52 spv_result_t ValidateUniqueness(ValidationState_t& _, const Instruction* inst) { in ValidateUniqueness()
69 spv_result_t ValidateTypeVector(ValidationState_t& _, const Instruction* inst) { in ValidateTypeVector()
81 spv_result_t ValidateTypeMatrix(ValidationState_t& _, const Instruction* inst) { in ValidateTypeMatrix()
93 spv_result_t ValidateTypeArray(ValidationState_t& _, const Instruction* inst) { in ValidateTypeArray()
147 spv_result_t ValidateTypeRuntimeArray(ValidationState_t& _, in ValidateTypeRuntimeArray()
167 spv_result_t ValidateTypeStruct(ValidationState_t& _, const Instruction* inst) { in ValidateTypeStruct()
233 spv_result_t ValidateTypePointer(ValidationState_t& _, in ValidateTypePointer()
245 spv_result_t ValidateTypeFunction(ValidationState_t& _, in ValidateTypeFunction()
294 spv_result_t ValidateTypeForwardPointer(ValidationState_t& _, in ValidateTypeForwardPointer()
315 spv_result_t TypePass(ValidationState_t& _, const Instruction* inst) { in TypePass()
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp12.cpp12 template <unsigned n> void expect(Opaque<n> _) {} in expect()
41 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local
42 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local
43 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local
44 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local
53 void test0() { Opaque<0> _ = foo(Opaque<0>()); } in test0() local
54 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() local
55 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() local
56 void test3() { Opaque<1> _ = foo(Opaque<3>()); } in test3() local
66 void test0() { Opaque<1> _ = foo(Opaque<0>()); } in test0() local
[all …]
/external/clang/test/CXX/special/class.copy/
Dp25-0x.cpp21 using _ = trivially_assignable<Trivial>; typedef
27 using _ = not_trivially_assignable<UserProvided>; typedef
34 using _ = not_trivially_assignable<NonConstCopy>; typedef
40 using _ = not_trivially_assignable<VFn>; typedef
44 using _ = not_trivially_assignable<VBase>; typedef
50 using _ = trivially_assignable<TemplateCtor>; typedef
54 using _ = trivially_assignable<TemplateCtorMember>; typedef
124 using _ = trivially_assignable<MultipleTrivial>; typedef
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_offload.py622 _, base_maps = bpftool("map") variable
629 _, out = cmd("mount") variable
641 _, _, err = cmd("tc qdisc delete dev lo handle 0", variable
668 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) variable
672 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
679 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, variable
689 ret, _ = sim.cls_bpf_add_filter(obj, fail=False) variable
699 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) variable
710 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, variable
718 ret, _, err = sim.cls_bpf_add_filter(obj, chain=1, prio=1, handle=1, variable
[all …]
/external/scapy/scapy/layers/tls/crypto/
Dkx_algs.py49 server_kx_msg_cls = lambda _,m: None argument
54 server_kx_msg_cls = lambda _,m: None argument
59 server_kx_msg_cls = lambda _,m: None argument
67 server_kx_msg_cls = lambda _,m: None argument
77 server_kx_msg_cls = lambda _,m: ServerDHParams argument
87 server_kx_msg_cls = lambda _,m: _tls_server_ecdh_cls_guess(m) argument
92 server_kx_msg_cls = lambda _,m: ServerRSAParams argument
110 server_kx_msg_cls = lambda _,m: _tls_server_ecdh_cls_guess(m) argument
181 server_kx_msg_cls = lambda _,m: ServerDHParams argument
186 server_kx_msg_cls = lambda _,m: _tls_server_ecdh_cls_guess(m) argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt-viewer/
Dopt-diff.py58 all_remarks1, _, _ = optrecord.gather_results(files1, args.jobs, print_progress) variable
59 all_remarks2, _, _ = optrecord.gather_results(files2, args.jobs, print_progress) variable
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_grad.py96 def _MergeGrad(op, grad, _): argument
142 def _RefMergeGrad(op, grad, _): argument
189 def _NextIterationGrad(_, grad): argument
198 def _RefNextIterationGrad(_, grad): argument
241 def _LoopCondGrad(_): argument

12345678910>>...28