Searched defs:D4 (Results 1 - 14 of 14) 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/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)
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp56 struct D4 : S2 { int x; }; struct in namespace:__anon13800
60 struct D8 : S1, D4, D5 { double x[2]; };
138 [AlignOf<D4>::Alignment > 0]
179 EXPECT_LE(alignOf<S1>(), alignOf<D4>());
261 EXPECT_EQ(alignOf<D4>(), alignOf<AlignedCharArrayUnion<D4> >());
316 EXPECT_EQ(sizeof(D4), sizeof(AlignedCharArrayUnion<D4>));
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dx86_32-symbols.s17 D4: label
733 // CHECK: ('_string', 'D4')
H A Dx86_64-symbols.s17 D4: label
698 // CHECK: ('_string', 'D4')
/external/sqlite/dist/orig/
H A Dshell.c758 u64 D0, D1, D2, D3, D4; local
810 D4 = C3^ROL64(C0, 1);
816 B4 = ROL64((A44^D4), 14);
828 B1 = ROL64((A14^D4), 20);
839 B3 = ROL64((A34^D4), 8);
850 B0 = ROL64((A04^D4), 27);
861 B2 = ROL64((A24^D4), 39);
877 D4 = C3^ROL64(C0, 1);
883 B4 = ROL64((A24^D4), 14);
895 B1 = ROL64((A14^D4), 2
[all...]
/external/sqlite/dist/
H A Dshell.c764 u64 D0, D1, D2, D3, D4; local
816 D4 = C3^ROL64(C0, 1);
822 B4 = ROL64((A44^D4), 14);
834 B1 = ROL64((A14^D4), 20);
845 B3 = ROL64((A34^D4), 8);
856 B0 = ROL64((A04^D4), 27);
867 B2 = ROL64((A24^D4), 39);
883 D4 = C3^ROL64(C0, 1);
889 B4 = ROL64((A24^D4), 14);
901 B1 = ROL64((A14^D4), 2
[all...]

Completed in 587 milliseconds