Searched defs:D4 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
H A Dp1.cpp22 concept bool D4() { return true; } // expected-error {{'concept' can only appear on the definition of a function template or variable template}} function
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince54StepInterpolator.java66 private static final double D4 = 701980252875.0 / 199316789632.0; field in class:DormandPrince54StepInterpolator
193 v4[i] = D0 * yDot0 + D2 * yDot2 + D3 * yDot3 + D4 * yDot4 + D5 * yDot5 + D6 * yDot6;
/external/clang/test/CodeGenCXX/
H A Dhomogeneous-aggregates.cpp32 struct D4 : Base2, Base3 { // homogeneous aggregate struct in inherits:Base2,Base3
59 // ARM32: define arm_aapcs_vfpcc %struct.D4 @_Z7func_D42D4(%struct.D4 %x.coerce)
60 // ARM64: define %struct.D4 @_Z7func_D42D4([4 x double] %x.coerce)
61 D4 CC func_D4(D4 x) { return x; }
/external/clang/test/CXX/special/class.copy/
H A Dp23-cxx11.cpp111 struct D4 { struct
112 D4 &operator=(D4 &&) = default; // expected-note {{here}} expected-note {{copy assignment operator is implicitly deleted}}
132 template struct MoveAssign<D4>; // expected-note {{here}}
133 template struct MoveOrCopyAssign<D4>; // expected-note {{here}}
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp102 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator delete'}} struct
103 virtual ~D4() = default; // expected-note {{implicitly deleted here}}
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp56 struct D4 : S2 { int x; }; struct in namespace:__anon13213
60 struct D8 : S1, D4, D5 { double x[2]; };
122 [AlignOf<D4>::Alignment > 0]
163 EXPECT_LE(alignOf<S1>(), alignOf<D4>());
241 EXPECT_EQ(alignOf<D4>(), alignOf<AlignedCharArrayUnion<D4> >());
296 EXPECT_EQ(sizeof(D4), sizeof(AlignedCharArrayUnion<D4>));
/external/opencv3/3rdparty/libtiff/
H A Dtif_color.c242 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(f4); local
265 ycbcr->Cb_g_tab[i] = D4*Cb + ONE_HALF;
/external/pdfium/third_party/libtiff/
H A Dtif_color.c242 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(f4); local
265 ycbcr->Cb_g_tab[i] = D4*Cb + ONE_HALF;
/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c25 D4 = D2, // no warning enumerator in enum:D
/external/llvm/test/MC/MachO/
H A Dx86_32-symbols.s17 D4: label
846 // CHECK: Name: D4 (76)
H A Dx86_64-symbols.s17 D4: label
178 // CHECK-NEXT: Name: D4 (87)

Completed in 742 milliseconds