Home
last modified time | relevance | path

Searched defs:D3 (Results 1 – 25 of 49) sorted by relevance

12

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/
Dpointer_type.pass.cpp30 struct D3 { struct
52 typedef std::unique_ptr<VT, D3> P; in test_basic() argument
/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/
Dpointer_type.pass.cpp29 struct D3 { struct
51 typedef std::unique_ptr<VT, D3> P; in test_basic() argument
/external/clang/test/CodeGenCXX/
Dhomogeneous-aggregates.cpp29 struct D3 : Base1, Base2 { // non-homogeneous aggregate struct
53 // PPC: define void @_Z7func_D32D3(%struct.D3* noalias sret %agg.result, [4 x i64] %x.coerce) argument
/external/eigen/bench/tensors/
Dcontraction_benchmarks_cpu.cc14 #define BM_ContractionCPU(D1, D2, D3) \ argument
Dtensor_benchmarks_gpu.cu40 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument
Dtensor_benchmarks_fp16_gpu.cu40 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument
Dtensor_benchmarks_sycl.cc89 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument
Dtensor_benchmarks_cpu.cc83 #define BM_FuncWithInputDimsCPU(FUNC, D1, D2, D3, THREADS) \ argument
/external/sdv/vsomeip/third_party/boost/proto/test/
Ddeduce_domain.cpp31 struct D3 : proto::domain<> struct
/external/webp/src/dsp/
Drescaler_sse2.c215 const __m128i D3 = in ProcessRow_SSE2() local
219 const __m128i D3 = _mm_and_si128(C3, mask); in ProcessRow_SSE2() local
268 const __m128i D3 = _mm_add_epi64(C3, rounder); in RescalerExportRowExpand_SSE2() local
308 const __m128i D3 = _mm_srli_epi64(B3, WEBP_RESCALER_RFIX); in RescalerExportRowShrink_SSE2() local
/external/clang/test/SemaTemplate/
Delaborated-type-specifier.cpp16 struct D3 { }; struct
/external/clang/test/CXX/special/class.inhctor/
Dp3.cpp30 struct D3 : B3 { // expected-note 2{{candidate constructor}} struct
/external/clang/test/Analysis/
Dconst-method-call.cpp125 struct D3 : public B1 { struct
126 int *p;
/external/clang/test/SemaCXX/
Dconversion-delete-expr.cpp54 struct D3 : A3, B3 { struct
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/map/detail/cpp03/preprocessed/
Das_map10.hpp82 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
103 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
124 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
145 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
166 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
187 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
208 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
Das_map20.hpp82 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
103 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
124 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
145 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
166 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
187 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
208 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
229 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
250 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
271 …s_assoc> D2; typedef typename D2::type T2; typedef pair_from<I3, is_assoc> D3; typedef typename D3… typedef
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp437 unsigned &D1, unsigned &D2, unsigned &D3) { in GetDSubRegs()
500 unsigned D0, D1, D2, D3; in ExpandVLD() local
628 unsigned D0, D1, D2, D3; in ExpandVST() local
682 unsigned D0 = 0, D1 = 0, D2 = 0, D3 = 0; in ExpandLaneOp() local
764 unsigned D0, D1, D2, D3; in ExpandVTBL() local
/external/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp370 unsigned &D1, unsigned &D2, unsigned &D3) { in GetDSubRegs()
407 unsigned D0, D1, D2, D3; in ExpandVLD() local
482 unsigned D0, D1, D2, D3; in ExpandVST() local
535 unsigned D0 = 0, D1 = 0, D2 = 0, D3 = 0; in ExpandLaneOp() local
614 unsigned D0, D1, D2, D3; in ExpandVTBL() local
/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp108 struct D3 { struct
131 template struct CopyAssign<D3>; // expected-note {{here}} argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java63 private static final double D3 = -10690763975.0 / 1880347072.0; field in DormandPrince54StepInterpolator
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DDormandPrince54StepInterpolator.java62 private static final double D3 = -10690763975.0 / 1880347072.0; field in DormandPrince54StepInterpolator
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp154 LazyCallGraph::Node &D3 = (I++)->getNode(CG); in TEST() local
615 LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3")); in TEST() local
701 LazyCallGraph::Node &D3 = *CG.lookup(lookupFunction(*M, "d3")); in TEST() local
/external/flatbuffers/tests/MyGame/
DMonsterExtra.cs29 …public double D3 { get { int o = __p.__offset(10); return o != 0 ? __p.bb.GetDouble(o + __p.bb_pos… property
165 public double D3 { get; set; } property in MyGame.MonsterExtraT
/external/clang/test/CXX/special/class.dtor/
Dp5-0x.cpp97 struct D3 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator del… struct
/external/lzma/CPP/7zip/Compress/
DRar2Decoder.h37 int D1,D2,D3,D4; member

12