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

12345678

/external/compiler-rt/test/builtins/Unit/ppc/
H A DDD.h12 } DD; typedef in typeref:union:__anon19657
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;
39 DD.Triggered = false;
40 DD.Loc = Loc;
41 DD.DeprecationData.Decl = D;
42 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
43 DD.DeprecationData.ObjCProperty = ObjCProperty;
50 DD.DeprecationData.Message = MessageData;
51 DD
[all...]
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/
H A Daes-x86_64.asm1439 DD 090A548F3h
1601 DD 090AB48F3h
1701 DD 09066A4F3h
1705 DD 09066AAF3h
1786 DD 09066A4F3h
1809 DD 0a56363c6h,0a56363c6h
1810 DD 0847c7cf8h,0847c7cf8h
1811 DD 0997777eeh,0997777eeh
1812 DD 08d7b7bf6h,08d7b7bf6h
1813 DD 0
[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 };
H A DDD.h12 }DD; typedef in typeref:union:__anon19609
/external/valgrind/main/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);
63 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
64 return new(mem) DD(flags);
67 DD::DD(const DDFlags *flags) function in class:__sanitizer::DD
72 DDPhysicalThread* DD::CreatePhysicalThread() {
76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
87 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/qemu/android/
H A Duser-config.c24 # define DD(...) D(__VA_ARGS__)
26 # define DD(...) ((void)0) macro
83 DD("looking user-config in: %s", uc->iniPath);
99 DD("creating missing directory: %s", parentPath);
108 DD("reading user-config file");
118 DD(" found %s = %d", KEY_WINDOW_X, uc->windowX);
121 DD(" found %s = %d", KEY_WINDOW_Y, uc->windowY);
126 DD(" found %s = %lld", KEY_UUID, uc->uuid);
146 DD(" Generated UUID = %lld", uc->uuid);
198 DD("Generate
[all...]
/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;
H A DDeclFriend.h140 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) {
141 if (DD->getOuterLocStart() != DD->getInnerLocStart())
142 return DD->getSourceRange();
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp100 struct DD : BB { struct in inherits:BB
105 void foo7 (DD d)
/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);

Completed in 543 milliseconds

12345678