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

  /bionic/libc/tools/
bionic_utils.py 9 # and D(), D2(), D3(), D4() to add traces
28 def D4(msg):
  /bionic/libc/kernel/tools/
utils.py 7 # and D(), D2(), D3(), D4() to add traces
31 def D4(msg):
  /frameworks/rs/java/tests/RSTest_CompatLib/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/java/tests/RsTest/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/java/tests/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/java/tests/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...]
  /art/compiler/utils/mips/
constants_mips.h 36 D4 = 4,
  /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
  /external/llvm/unittests/Support/
AlignOfTest.cpp 64 struct D4 : S2 { int x; };
68 struct D8 : S1, D4, D5 { double x[2]; };
120 [AlignOf<D4>::Alignment > 0]
161 EXPECT_LE(alignOf<S1>(), alignOf<D4>());
239 EXPECT_EQ(alignOf<D4>(), alignOf<AlignedCharArrayUnion<D4> >());
294 EXPECT_EQ(sizeof(D4), sizeof(AlignedCharArrayUnion<D4>));
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 351 D4 = 4.16666666666666666666666666634228324e-2L,
419 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:
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...]
  /art/compiler/utils/arm/
constants_arm.h 64 D4 = 4,

Completed in 601 milliseconds