HomeSort by relevance Sort by last modified time
    Searched defs:D4 (Results 1 - 25 of 29) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg2.s 7 .greg C3,D4
15 D4:
greg1.s 2 D4 SET $123,456
7 C3 GREG D4
  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p1.cpp 22 concept bool D4() { return true; } // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
  /external/clang/test/CodeGenCXX/
homogeneous-aggregates.cpp 32 struct D4 : Base2, Base3 { // homogeneous aggregate
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; }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic4.s 79 .global D4
80 D4:
  /external/pdfium/third_party/libtiff/
tif_color.c 242 float f4 = LumaBlue*f3/LumaGreen; int32 D4 = -FIX(f4);
265 ycbcr->Cb_g_tab[i] = D4*Cb + ONE_HALF;
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_vector.java 76 Double4 D4 = s.get_d4();
77 if (D4.x != 1.0 || D4.y != 2.0 || D4.z != 3.0 || D4.w != 4.0) {
80 D4.x = 2.99;
81 D4.y = 3.99;
82 D4.z = 4.99;
83 D4.w = 5.99;
84 s.set_d4(D4);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_vector.java 91 Double4 D4 = s.get_d4();
92 if (D4.x != 1.0 || D4.y != 2.0 || D4.z != 3.0 || D4.w != 4.0) {
95 D4.x = 2.99;
96 D4.y = 3.99;
97 D4.z = 4.99;
98 D4.w = 5.99;
99 s.set_d4(D4);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_vector.java 93 Double4 D4 = s.get_d4();
94 if (D4.x != 1.0 || D4.y != 2.0 || D4.z != 3.0 || D4.w != 4.0) {
97 D4.x = 2.99;
98 D4.y = 3.99;
99 D4.z = 4.99;
100 D4.w = 5.99;
101 s.set_d4(D4);
    [all...]
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
UT_vector.java 76 Double4 D4 = s.get_d4();
77 if (D4.x != 1.0 || D4.y != 2.0 || D4.z != 3.0 || D4.w != 4.0) {
80 D4.x = 2.99;
81 D4.y = 3.99;
82 D4.z = 4.99;
83 D4.w = 5.99;
84 s.set_d4(D4);
    [all...]
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
UT_vector.java 76 Double4 D4 = s.get_d4();
77 if (D4.x != 1.0 || D4.y != 2.0 || D4.z != 3.0 || D4.w != 4.0) {
80 D4.x = 2.99;
81 D4.y = 3.99;
82 D4.z = 4.99;
83 D4.w = 5.99;
84 s.set_d4(D4);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54StepInterpolator.java 66 private static final double D4 = 701980252875.0 / 199316789632.0;
193 v4[i] = D0 * yDot0 + D2 * yDot2 + D3 * yDot3 + D4 * yDot4 + D5 * yDot5 + D6 * yDot6;
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 111 struct D4 {
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/
p5-0x.cpp 102 struct D4 { // expected-note {{virtual destructor requires an unambiguous, accessible 'operator delete'}}
103 virtual ~D4() = default; // expected-note {{implicitly deleted here}}
105 } d4; // expected-error {{deleted function}} variable in typeref:struct:D4
  /art/compiler/utils/arm/
constants_arm.h 66 D4 = 4,
  /art/compiler/utils/mips/
constants_mips.h 36 D4 = 4,
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 174 D4 = 4.16666666666666666666666666634228324e-2L,
251 q = x * x2 * D3 + x2 * x2 * (D4 + x * (D5 + x * (D6 +
  /external/clang/test/Sema/
warn-duplicate-enum.c 25 D4 = D2, // no warning
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 17 D4:
846 // CHECK: Name: D4 (76)
    [all...]
x86_64-symbols.s 17 D4:
178 // CHECK-NEXT: Name: D4 (87)
  /external/llvm/unittests/Support/
AlignOfTest.cpp 56 struct D4 : S2 { int x; };
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/
x86_32-symbols.s 17 D4:
733 // CHECK: ('_string', 'D4')
x86_64-symbols.s 17 D4:
698 // CHECK: ('_string', 'D4')
  /art/runtime/arch/arm64/
registers_arm64.h 119 D4 = 4,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 93 Double4 d4 = new Double4(); local
94 d4.x = 1.0;
95 d4.y = 2.0;
96 d4.x = 3.0;
97 d4.w = 4.0;
98 d4 = new Double4(1.0, 2.0, 3.0, 4.0);
99 assertTrue(d4.x == 1.0);
100 assertTrue(d4.y == 2.0);
101 assertTrue(d4.z == 3.0);
102 assertTrue(d4.w == 4.0)
    [all...]

Completed in 584 milliseconds

1 2