Searched refs:DD (Results 1 - 25 of 179) sorted by relevance

12345678

/external/compiler-rt/test/builtins/Unit/ppc/
H A DDD.h12 } DD; typedef in typeref:union:__anon2932
H A Dfloatditf_test.c7 #include "DD.h"
12 DD expected;
13 DD computed;
H A Dfloatunditf_test.c7 #include "DD.h"
12 DD expected;
13 DD computed;
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp30 DelayedDiagnostic DD; local
33 DD.Kind = Deprecation;
36 DD.Kind = Unavailable;
41 DD.Triggered = false;
42 DD.Loc = Loc;
43 DD.DeprecationData.Decl = D;
44 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
45 DD.DeprecationData.ObjCProperty = ObjCProperty;
52 DD.DeprecationData.Message = MessageData;
53 DD
[all...]
/external/boringssl/win-x86_64/crypto/aes/
H A Daes-x86_64.asm1439 DD 0x90A548F3
1601 DD 0x90AB48F3
1701 DD 0x9066A4F3
1705 DD 0x9066AAF3
1786 DD 0x9066A4F3
1808 DD 0xa56363c6,0xa56363c6
1809 DD 0x847c7cf8,0x847c7cf8
1810 DD 0x997777ee,0x997777ee
1811 DD 0x8d7b7bf6,0x8d7b7bf6
1812 DD
[all...]
/external/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c5 #include "DD.h"
32 DD real = { .ld = __gcc_qsub(ac,bd) };
33 DD imag = { .ld = __gcc_qadd(ad,bc) };
39 DD aDD = { .ld = a };
40 DD bDD = { .ld = b };
41 DD cDD = { .ld = c };
42 DD dDD = { .ld = d };
64 DD acDD = { .ld = ac };
65 DD bdDD = { .ld = bd };
66 DD adD
[all...]
H A Dfloatditf.c8 #include "DD.h"
29 DD result;
H A Dfloatunditf.c8 #include "DD.h"
34 DD result;
H A Ddivtc3.c5 #include "DD.h"
25 DD cDD = { .ld = c };
26 DD dDD = { .ld = d };
45 DD real = { .ld = __gcc_qdiv(realNumerator, denom) };
46 DD imag = { .ld = __gcc_qdiv(imagNumerator, denom) };
55 DD aDD = { .ld = a };
56 DD bDD = { .ld = b };
57 DD rDD = { .ld = denom };
/external/valgrind/none/tests/s390x/
H A Ddfp-1.c30 d64_1 = 3.14DD;
31 d64_2 = 0.005DD;
35 d64_1 = -3.14DD;
36 d64_2 = 0.005DD;
40 d64_1 = 3.14DD;
49 d64_1 = 3.14DD;
50 d64_2 = 0.005DD;
54 d64_1 = -3.14DD;
55 d64_2 = 0.005DD;
59 d64_1 = 3.14DD;
[all...]
H A Ddfpext.c98 d = -1.1DD; \
100 d = 0.DD; \
102 d = 1.DD; \
104 d = 1.4DD; \
106 d = 1.5DD; \
108 d = 1.6DD; \
110 d = 1.6E+4DD; \
112 d = 1.6E+8DD; \
114 d = 1.6E+4DD; \
116 d = 1.6E+12DD; \
[all...]
H A Ddfp-2.c277 _Decimal64 d64 = 50.0005DD;
282 eedtr(0.DD);
289 esdtr(0.DD);
296 ltdtr(0.0DD);
301 d64 = 12345678.54321DD;
304 sldt(0.DD, 2);
305 sldt(-0.DD, 2);
309 srdt(0.DD, 2);
310 srdt(-0.DD, 2);
323 d64 = 5.000005DD;
[all...]
H A Ddfpconv.c57 d = -1.1DD; \
59 d = 0.DD; \
61 d = 1.DD; \
63 d = 1.4DD; \
65 d = 1.5DD; \
67 d = 1.6DD; \
69 d = 1.6E+4DD; \
71 d = 1.6E+8DD; \
73 d = 1.6E+4DD; \
75 d = 1.6E+12DD; \
[all...]
H A Ddfp-4.c11 d64_1 = 5.000005DD;
12 d64_2 = 60000.4DD;
H A Ddfp-3.c57 d64_1 = 5.000005DD;
58 d64_2 = 50000000000000000.000005DD;
87 d64_1 = 5.000005DD;
88 d64_2 = 50000000000000000.000005DD;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cc36 struct DD : public DDetector { struct in namespace:__sanitizer
41 explicit DD(const DDFlags *flags);
64 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
65 return new(mem) DD(flags);
68 DD::DD(const DDFlags *flags) function in class:__sanitizer::DD
73 DDPhysicalThread* DD::CreatePhysicalThread() {
77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
88 void DD
[all...]
H A Dsanitizer_deadlock_detector2.cc84 struct DD : public DDetector { struct in namespace:__sanitizer
85 explicit DD(const DDFlags *flags);
119 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
120 return new(mem) DD(flags);
123 DD::DD(const DDFlags *flags) function in class:__sanitizer::DD
129 DDPhysicalThread* DD::CreatePhysicalThread() {
135 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
148 void DD
[all...]
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h136 DelayedDiagnostic DD; local
137 DD.Kind = Access;
138 DD.Triggered = false;
139 DD.Loc = Loc;
140 new (&DD.getAccessData()) AccessedEntity(Entity);
141 return DD;
148 DelayedDiagnostic DD; local
149 DD.Kind = ForbiddenType;
150 DD.Triggered = false;
151 DD
213 struct DD { struct in class:clang::sema::DelayedDiagnostic
[all...]
/external/clang/test/Misc/
H A Ddiag-line-wrapping.cpp7 struct DD : D1, D2 { struct in inherits:D1,D2
12 // CHECK: struct DD -> struct D1 -> struct B
13 // CHECK: struct DD -> struct D2 -> struct B
/external/clang/include/clang/AST/
H A DDependentDiagnostic.h48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); local
49 DD->AccessData.Loc = Loc.getRawEncoding();
50 DD->AccessData.IsMember = IsMemberAccess;
51 DD->AccessData.Access = AS;
52 DD->AccessData.TargetDecl = TargetDecl;
53 DD->AccessData.NamingClass = NamingClass;
54 DD->AccessData.BaseObjectType = BaseObjectType.getAsOpaquePtr();
55 return DD;
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp100 struct DD : BB { struct in inherits:BB
105 void foo7 (DD d)
/external/libavc/common/arm/
H A Dih264_arm_memory_barrier.s47 @* DD MM YYYY Author(s) Changes
64 @* DD MM YYYY Author(s) Changes
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp28 struct DD { struct
29 ~DD() = delete; // expected-note 2{{here}}
34 DD dd();
113 DD operator+(PD &a, PD &b);
118 DD operator,(int a, PD b);
/external/clang/lib/CodeGen/
H A DCGCXX.cpp213 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) {
214 GD = GlobalDecl(DD, toCXXDtorType(Type));
234 auto *DD = dyn_cast<CXXDestructorDecl>(MD); local
235 GD = GlobalDecl(DD, toCXXDtorType(Type));
291 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD))
292 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD);
301 const CXXDestructorDecl *DD,
304 const auto *MD = cast<CXXMethodDecl>(DD);
311 DD, StructorType::Complete);
313 return ::BuildAppleKextVirtualCall(*this, GlobalDecl(DD, Typ
300 BuildAppleKextVirtualDestructorCall( const CXXDestructorDecl *DD, CXXDtorType Type, const CXXRecordDecl *RD) argument
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp37 if (!DD->useSplitDwarf() || !Skeleton)
41 DD->addArangeLabel(SymbolCU(this, Label));
43 unsigned idx = DD->getAddressPool().getIndex(Label);
52 DD->addArangeLabel(SymbolCU(this, Label));
107 DIType GTy = DD->resolve(GV->getType());
155 if (!DD->useSplitDwarf()) {
166 DD->getAddressPool().getIndex(Sym, /* TLS */ true));
170 DD->useGNUTLSOpcode() ? dwarf::DW_OP_GNU_push_tls_address
173 DD->addArangeLabel(SymbolCU(this, Sym));
188 DD
[all...]

Completed in 1856 milliseconds

12345678