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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fdpic5.s 33 .global D5
34 D5:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg1.s 8 D5 GREG
  /external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
p1.cpp 24 concept bool D5 = true; // expected-error {{'concept' can only appear on the definition of a function template or variable template}}
  /external/clang/test/CodeGenCXX/
homogeneous-aggregates.cpp 39 struct D5 : I1, I2, I3 {}; // homogeneous aggregate
63 D5 CC func_D5(D5 x) { return x; }
65 // ARM32: define arm_aapcs_vfpcc %struct.D5 @_Z7func_D52D5(%struct.D5 %x.coerce)
70 // ARM64-LABEL: define %struct.D5 @_Z7func_D52D5([3 x double] %x.coerce)
71 // ARM64: bitcast %struct.D5* %{{.*}} to [3 x double]*
74 void call_D5(D5 *p) {
80 // ARM64-LABEL: define void @_Z7call_D5P2D5(%struct.D5* %p)
82 // ARM64: call %struct.D5 @_Z7func_D52D5([3 x double] %{{.*}}
    [all...]
  /art/compiler/utils/mips/
constants_mips.h 37 D5 = 5,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54StepInterpolator.java 69 private static final double D5 = -1453857185.0 / 822651844.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 115 struct D5 {
134 template struct CopyAssign<D5>; // expected-note {{here}}
  /external/llvm/unittests/Support/
AlignOfTest.cpp 57 struct D5 : S3 { char c; };
60 struct D8 : S1, D4, D5 { double x[2]; };
123 [AlignOf<D5>::Alignment > 0]
164 EXPECT_LE(alignOf<S1>(), alignOf<D5>());
242 EXPECT_EQ(alignOf<D5>(), alignOf<AlignedCharArrayUnion<D5> >());
297 EXPECT_EQ(sizeof(D5), sizeof(AlignedCharArrayUnion<D5>));
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 175 D5 = 8.33333333333333333333333364022244481e-3L,
251 q = x * x2 * D3 + x2 * x2 * (D4 + x * (D5 + x * (D6 +
  /external/clang/test/Sema/
warn-duplicate-enum.c 26 D5 = 2 // expected-note {{element D5 also has value 2}}
  /external/llvm/test/MC/MachO/
x86_32-symbols.s 20 D5:
855 // CHECK: Name: D5 (61)
    [all...]
x86_64-symbols.s 20 D5:
187 // CHECK-NEXT: Name: D5 (69)
  /art/runtime/arch/arm64/
registers_arm64.h 119 D5 = 5,
  /art/compiler/utils/arm/
constants_arm.h 67 D5 = 5,

Completed in 234 milliseconds