/external/eigen/test/ |
D | smallvectors.cpp | 17 typedef Matrix<Scalar, 1, 4> V4; in smallVectors() typedef 25 V4 v4(x1, x2, x3, x4); in smallVectors() 45 VERIFY_RAISES_ASSERT(V4(1, 3)) in smallVectors() 46 VERIFY_RAISES_ASSERT(V4(2, 4)) in smallVectors() 47 VERIFY_RAISES_ASSERT(V4(1, Scalar(4))) in smallVectors() 48 VERIFY_RAISES_ASSERT(V4(Scalar(1), 4)) in smallVectors() 49 VERIFY_RAISES_ASSERT(V4(Scalar(1), Scalar(4))) in smallVectors() 50 VERIFY_RAISES_ASSERT(V4(Scalar(123), Scalar(123))) in smallVectors()
|
/external/llvm/test/CodeGen/ARM/ |
D | ifcvt3.ll | 2 ; RUN: llc -mtriple=arm-eabi -mattr=+v4t %s -o - | FileCheck %s -check-prefix CHECK-V4-CMP 3 ; RUN: llc -mtriple=arm-eabi -mattr=+v4t %s -o - | FileCheck %s -check-prefix CHECK-V4-BX 26 ; CHECK-V4-CMP: cmpne 27 ; CHECK-V4-CMP-NOT: cmpne 29 ; CHECK-V4-BX: bx 30 ; CHECK-V4-BX: bx 31 ; CHECK-V4-BX-NOT: bx
|
D | mulhi.ll | 2 ; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s -check-prefix=V4 9 ; V4-LABEL: smulhi: 10 ; V4: smull 26 ; V4-LABEL: umulhi: 27 ; V4: umull 44 ; V4-LABEL: t3: 45 ; V4: smull
|
D | 2010-03-18-ldm-rtrn.ll | 1 ; RUN: llc < %s -mtriple=armv4-unknown-eabi | FileCheck %s -check-prefix=V4 10 ; V4: pop 11 ; V4-NEXT: mov pc, lr
|
/external/libxml2/test/catalogs/ |
D | catal3.sgml | 1 PUBLIC "-//OASIS//DTD DocBook XML CALS Table Model V4.1//EN" "calstblx.dtd" 3 PUBLIC "-//OASIS//ELEMENTS DocBook XML Information Pool V4.1//EN" "dbpool.mod" 4 …DocBook XML Document Hierarchy V4.1//EN" "dbhier.mod"PUBLIC "-//OASIS//ENTITIES DocBook XML Additi… 5 PUBLIC "-//OASIS//ENTITIES DocBook XML Notations V4.1//EN" "dbnotn.mod" 6 PUBLIC "-//OASIS//ENTITIES DocBook XML Character Entities V4.1//EN" "dbcent.mod"
|
D | whitex.script | 2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN" 3 public " -//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN" 4 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN " 5 system urn:publicid:+-:OASIS:DTD+++DocBook+XML+V4.1.2:EN+ 6 public urn:publicid:+-:OASIS:DTD+DocBook+XML+++V4.1.2:EN+
|
D | docbook.script | 2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN" 3 system urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN 4 public urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN
|
D | registry.script | 2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN" 4 system urn:publicid:-:OASIS:DTD+DocBook+XML+V4.1.2:EN
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | mulhi.ll | 2 ; RUN: llc < %s -march=arm | FileCheck %s -check-prefix=V4 9 ; V4: smulhi: 10 ; V4: smull 26 ; V4: umulhi: 27 ; V4: umull 44 ; V4: t3: 45 ; V4: smull
|
D | 2010-03-18-ldm-rtrn.ll | 1 ; RUN: llc < %s -mtriple=armv4-unknown-eabi | FileCheck %s -check-prefix=V4 10 ; V4: pop 11 ; V4-NEXT: mov pc, lr
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDimensions.h | 154 template <std::size_t V1=0, std::size_t V2=0, std::size_t V3=0, std::size_t V4=0, std::size_t V5=0>… 155 …o_size<V2>::type, typename non_zero_size<V3>::type, typename non_zero_size<V4>::type, typename non… 224 template <std::size_t V1, std::size_t V2, std::size_t V3, std::size_t V4, std::size_t V5> 225 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::size_t array_prod(const Sizes<V1, V2, V3, V4, V5>&) { 226 return Sizes<V1, V2, V3, V4, V5>::total_size; 385 …, std::size_t V2, std::size_t V3, std::size_t V4, std::size_t V5> struct array_size<const Sizes<V1… 386 static const size_t value = Sizes<V1,V2,V3,V4,V5>::count; 388 … V1, std::size_t V2, std::size_t V3, std::size_t V4, std::size_t V5> struct array_size<Sizes<V1,V2… 389 static const size_t value = Sizes<V1,V2,V3,V4,V5>::count; 391 …::size_t V3, std::size_t V4, std::size_t V5> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::size_t arr… [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | PhiEliminate2.ll | 10 %V4 = or i32 %V2, %V1 16 %V6 = phi i32 [ %V5, %else ], [ %V4, %then ] 23 ; CHECK-NEXT: %V4 = or i32 %V2, %V1 24 ; CHECK-NEXT: %V6 = select i1 %C, i32 %V4, i32 %V5, !prof !0, !unpredictable !1
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 207 // LD Instruction Class in V2/V3/V4. 223 // LD Instruction Class in V2/V3/V4. 240 // ST Instruction Class in V4 can take SLOT0 & SLOT1. 241 // Definition of the instruction class CHANGED from V2/V3 to V4. 263 // ST Instruction Class in V4 can take SLOT0 & SLOT1. 264 // Definition of the instruction class CHANGED from V2/V3 to V4. 269 // SYSTEM Instruction Class in V4 can take SLOT0 only 276 // ALU32 Instruction Class in V2/V3/V4. 283 // XTYPE Instruction Class in V4. 285 // Name of the Instruction Class changed from ALU64 to XTYPE from V2/V3 to V4. [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1964 V4 = VALUE_VEC4, in init() enumerator 2094 …{ commonFunctionsGroup, "abs", "abs", { V4, V4, N, N }, attrNegPos, -1, false, false, P… in init() 2096 …{ commonFunctionsGroup, "sign", "sign", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2098 …{ commonFunctionsGroup, "floor", "floor", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2100 …{ commonFunctionsGroup, "trunc", "trunc", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2102 …{ commonFunctionsGroup, "round", "round", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2104 …{ commonFunctionsGroup, "roundEven", "roundEven", { V4, V4, N, N }, attrNegPos, -1, false, … in init() 2106 …{ commonFunctionsGroup, "ceil", "ceil", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2108 …{ commonFunctionsGroup, "fract", "fract", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2111 …{ commonFunctionsGroup, "min", "min", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init() [all …]
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 67 struct V4 : virtual V2 { int y; argument 68 ~V4() override; 70 struct V5 : V4, V3 { double z; 86 V4::~V4() {} in ~V4() 148 [AlignOf<V4>::Alignment > 0] 188 EXPECT_LE(alignOf<V1>(), alignOf<V4>()); in TEST() 270 EXPECT_EQ(alignOf<V4>(), alignOf<AlignedCharArrayUnion<V4> >()); in TEST() 335 EXPECT_EQ(sizeof(V4), sizeof(AlignedCharArrayUnion<V4>)); in TEST()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1954 V4 = VALUE_VEC4, in init() enumerator 2069 …{ commonFunctionsGroup, "abs", "abs", { V4, V4, N, N }, attrNegPos, -1, false, false, P… in init() 2071 …{ commonFunctionsGroup, "sign", "sign", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2073 …{ commonFunctionsGroup, "floor", "floor", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2075 …{ commonFunctionsGroup, "ceil", "ceil", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2077 …{ commonFunctionsGroup, "fract", "fract", { V4, V4, N, N }, attrNegPos, -1, false, false,… in init() 2080 …{ commonFunctionsGroup, "min", "min", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init() 2082 …{ commonFunctionsGroup, "max", "max", { V4, V4, V4, N }, attrNegPos, -1, false, false, P… in init() 2084 …{ commonFunctionsGroup, "clamp", "clamp", { V4, V4, V4, V4 }, attrSmall, 2, false, false, … in init() 2086 …{ commonFunctionsGroup, "mix", "mix", { V4, V4, V4, V4 }, attrNegPos, -1, false, false, P… in init() [all …]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | ldrd-armv4.txt | 1 # RUN: llvm-mc --disassemble %s -triple=armv4-linux-gnueabi 2>&1 | FileCheck %s -check-prefix=V4 12 # V4: invalid instruction encoding
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2.h | 38 struct V4 : SkOTTableOS2_V4 { } v4; struct 50 static_assert(sizeof(SkOTTableOS2::Version::V4) == 96, "sizeof_SkOTTableOS2__V4_not_96");
|
/external/llvm/test/DebugInfo/X86/ |
D | low-pc-cu.ll | 2 … | llvm-dwarfdump -debug-dump=info - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-V4 15 ; CHECK-V4: DW_AT_high_pc [DW_FORM_data4] 21 ; CHECK-V4: DW_AT_high_pc [DW_FORM_data4]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | PhiEliminate2.ll | 7 %V4 = or i32 %V2, %V1 ; <i32> [#uses=1] 13 %V6 = phi i32 [ %V5, %else ], [ %V4, %then ] ; <i32> [#uses=0]
|
/external/llvm/test/MC/Hexagon/ |
D | elf-flags.s | 1 …j %s -o - | llvm-readobj -file-headers -elf-output-style=GNU | FileCheck --check-prefix=CHECK-V4 %s 6 # CHECK-V4: Flags: 0x3
|
/external/llvm/test/CodeGen/Mips/ |
D | lw16-base-reg.ll | 21 %V4 = getelementptr inbounds %struct.T, %struct.T* %this1, i32 0, i32 0 22 store i32 %1, i32* %V4, align 4
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | test_structs.mojom | 171 const float V4 = float.NEGATIVE_INFINITY; 182 float f4 = V4; 198 const int8 V4 = 127; // Maximum 223 int8 f4 = V4; 253 const uint16 V4 = 12345; 270 uint16 f4 = V4;
|
/external/llvm/test/Transforms/BBVectorize/ |
D | mem-op-depth.ll | 13 …%V4 = load float, float* getelementptr inbounds ([1024 x float], [1024 x float]* @A, i64 0, i64 3)… 18 …store float %V4, float* getelementptr inbounds ([1024 x float], [1024 x float]* @B, i64 0, i64 3),…
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 60 enum E4 { V4 } constexpr e4 = V4; enumerator
|