Searched refs:V4 (Results 1 - 25 of 52) sorted by relevance

123

/external/eigen/test/
H A Dsmallvectors.cpp17 typedef Matrix<Scalar, 1, 4> V4; typedef
25 V4 v4(x1, x2, x3, x4);
45 VERIFY_RAISES_ASSERT(V4(1, 3))
46 VERIFY_RAISES_ASSERT(V4(2, 4))
47 VERIFY_RAISES_ASSERT(V4(1, Scalar(4)))
48 VERIFY_RAISES_ASSERT(V4(Scalar(1), 4))
49 VERIFY_RAISES_ASSERT(V4(Scalar(1), Scalar(4)))
50 VERIFY_RAISES_ASSERT(V4(Scalar(123), Scalar(123)))
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h38 struct V4 : SkOTTableOS2_V4 { } v4; struct in union:SkOTTableOS2::Version
50 static_assert(sizeof(SkOTTableOS2::Version::V4) == 96, "sizeof_SkOTTableOS2__V4_not_96");
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
H A DIsometricStaggeredTiledMapRenderer.java113 vertices[V4] = v1;
129 vertices[V2] = vertices[V4];
130 vertices[V4] = temp;
139 vertices[V3] = vertices[V4];
140 vertices[V4] = tempV;
160 vertices[V2] = vertices[V4];
161 vertices[V4] = tempV;
166 vertices[V1] = vertices[V4];
167 vertices[V4] = vertices[V3];
H A DOrthogonalTiledMapRenderer.java30 import static com.badlogic.gdx.graphics.g2d.Batch.V4;
136 vertices[V4] = v1;
151 vertices[V2] = vertices[V4];
152 vertices[V4] = temp;
160 vertices[V3] = vertices[V4];
161 vertices[V4] = tempV;
181 vertices[V2] = vertices[V4];
182 vertices[V4] = tempV;
187 vertices[V1] = vertices[V4];
188 vertices[V4]
[all...]
H A DIsometricTiledMapRenderer.java159 vertices[V4] = v1;
174 vertices[V2] = vertices[V4];
175 vertices[V4] = temp;
183 vertices[V3] = vertices[V4];
184 vertices[V4] = tempV;
204 vertices[V2] = vertices[V4];
205 vertices[V4] = tempV;
210 vertices[V1] = vertices[V4];
211 vertices[V4] = vertices[V3];
H A DOrthoCachedTiledMapRenderer.java282 vertices[V4] = v1;
297 vertices[V2] = vertices[V4];
298 vertices[V4] = temp;
306 vertices[V3] = vertices[V4];
307 vertices[V4] = tempV;
327 vertices[V2] = vertices[V4];
328 vertices[V4] = tempV;
333 vertices[V1] = vertices[V4];
334 vertices[V4] = vertices[V3];
397 vertices[V4]
[all...]
H A DHexagonalTiledMapRenderer.java213 vertices[V4] = v1;
228 vertices[V2] = vertices[V4];
229 vertices[V4] = temp;
242 vertices[V2] = vertices[V4];
243 vertices[V4] = tempV;
H A DBatchTiledMapRenderer.java30 import static com.badlogic.gdx.graphics.g2d.Batch.V4;
232 vertices[V4] = v1;
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp16 typedef Matrix<Scalar, 1, 4> V4; typedef
23 V4 v4(x1, x2, x3, x4);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp53 enum E4 { V4 } constexpr e4 = V4; enumerator in enum:E4
/external/clang/test/Parser/
H A Drecovery.cpp148 V4 = 4, // expected-note {{declared here}} enumerator in enum:MissingBrace::S::PR17084::TempID::E2
160 case V4:: break; // expected-error{{'V4' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1964 V4 = VALUE_VEC4,
2094 { commonFunctionsGroup, "abs", "abs", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2096 { commonFunctionsGroup, "sign", "sign", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2098 { commonFunctionsGroup, "floor", "floor", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2100 { commonFunctionsGroup, "trunc", "trunc", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2102 { commonFunctionsGroup, "round", "round", { V4, V
[all...]
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp67 struct V4 : virtual V2 { int y; struct in namespace:__anon13213
68 ~V4() override;
70 struct V5 : V4, V3 { double z;
86 V4::~V4() {}
132 [AlignOf<V4>::Alignment > 0]
172 EXPECT_LE(alignOf<V1>(), alignOf<V4>());
250 EXPECT_EQ(alignOf<V4>(), alignOf<AlignedCharArrayUnion<V4> >());
315 EXPECT_EQ(sizeof(V4), sizeo
[all...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DSprite.java358 vertices[V1] = vertices[V4];
359 vertices[V4] = vertices[V3];
372 vertices[V3] = vertices[V4];
373 vertices[V4] = temp;
591 vertices[V4] = v2;
615 vertices[V4] = v2;
652 vertices[V2] = vertices[V4];
653 vertices[V4] = temp;
677 vertices[V4] = v2;
H A DBatch.java243 static public final int V4 = 19; field in interface:Batch
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp28 struct V4 : Z, V1, V2 { struct in inherits:Z,V1,V2
115 struct C : virtual V4 {
116 // CHECK-LABEL: VFTable for 'Z' in 'V4' in 'simple::C' (2 entries).
124 // CHECK-LABEL: VFTable for 'V1' in 'V4' in 'simple::C' (2 entries).
136 // CHECK-LABEL: VFTable for 'V2' in 'V4' in 'simple::C' (2 entries).
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1954 V4 = VALUE_VEC4,
2069 { commonFunctionsGroup, "abs", "abs", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2071 { commonFunctionsGroup, "sign", "sign", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2073 { commonFunctionsGroup, "floor", "floor", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2075 { commonFunctionsGroup, "ceil", "ceil", { V4, V4, N, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2077 { commonFunctionsGroup, "fract", "fract", { V4, V
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h42 V4, V5, V55, V60 enumerator in enum:llvm::HexagonSubtarget::HexagonArchEnum
H A DHexagonSubtarget.cpp31 cl::desc("Generate V4 MEMOP in code generation for Hexagon target"));
35 cl::desc("Do not generate V4 MEMOP in code generation for Hexagon target"));
67 { "hexagonv4", V4 },
H A DHexagonRegisterInfo.cpp67 case HexagonSubtarget::V4:
87 case HexagonSubtarget::V4:
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h117 V4 = 4 enumerator in enum:llvm::NVPTX::PTXLdStInstCode::VecType
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp190 __declspec(property(get=GetV_NotExist, put=SetV)) int V4; member in struct:StructWithProperty
200 int j = sp.V4; // expected-error{{no member named 'GetV_NotExist' in 'StructWithProperty'}} expected-error{{cannot find suitable getter for property 'V4'}}
/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_mat4x2.hpp94 template <typename V1, typename V2, typename V3, typename V4>
99 tvec2<V4, P> const & v4);
H A Dtype_mat4x3.hpp94 template <typename V1, typename V2, typename V3, typename V4>
99 tvec3<V4, P> const & v4);
H A Dtype_mat4x4.hpp99 template <typename V1, typename V2, typename V3, typename V4>
104 tvec4<V4, P> const & v4);

Completed in 700 milliseconds

123