HomeSort by relevance Sort by last modified time
    Searched refs:V3 (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/eigen/test/
smallvectors.cpp 16 typedef Matrix<Scalar, 3, 1> V3;
24 V3 v3(x1, x2, x3);
27 VERIFY_IS_APPROX(x1, v3.x());
30 VERIFY_IS_APPROX(x2, v3.y());
32 VERIFY_IS_APPROX(x3, v3.z());
38 VERIFY_RAISES_ASSERT(V3(2, 1))
39 VERIFY_RAISES_ASSERT(V3(3, 2))
40 VERIFY_RAISES_ASSERT(V3(Scalar(3), 1))
41 VERIFY_RAISES_ASSERT(V3(3, Scalar(1))
    [all...]
  /external/clang/test/CodeGenCXX/
vtt-layout.cpp 32 class V3 {virtual void g(); };
34 class C2 : public virtual V3, virtual V2 { int i; };
51 class V3 {virtual void g(); };
53 class C2 : public virtual V3, virtual V2 { int i; };
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 25 struct V3 : Z, V2 {
79 struct B : virtual V3 {
80 // CHECK-LABEL: VFTable for 'Z' in 'V3' in 'simple::B' (2 entries).
88 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::B' (2 entries).
162 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::B' in 'simple::D' (2 entries).
175 struct E : V3 {
180 // CHECK-LABEL: VFTable for 'Z' in 'V3' in 'simple::E' in 'simple::F' (2 entries).
186 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::E' in 'simple::F' (2 entries).
202 // CHECK-LABEL: VFTable for 'Z' in 'V3' in 'simple::E' in 'simple::F' in 'simple::G' (2 entries).
208 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::E' in 'simple::F' in 'simple::G' (2 entries)
    [all...]
  /external/selinux/scripts/
Lindent 6 V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3`
13 if [ $V3 -ge 10 ]; then
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 20 enum CPUType { V3 = 0x2, V4 = 0x3, V5 };
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 36 struct V3 : SkOTTableOS2_V3 { } v3; member in union:SkOTTableOS2::Version
49 static_assert(sizeof(SkOTTableOS2::Version::V3) == 96, "sizeof_SkOTTableOS2__V3_not_96");
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btBoxCollision.h 241 const btVector3 & V3)
243 m_min[0] = BT_MIN3(V1[0],V2[0],V3[0]);
244 m_min[1] = BT_MIN3(V1[1],V2[1],V3[1]);
245 m_min[2] = BT_MIN3(V1[2],V2[2],V3[2]);
247 m_max[0] = BT_MAX3(V1[0],V2[0],V3[0]);
248 m_max[1] = BT_MAX3(V1[1],V2[1],V3[1]);
249 m_max[2] = BT_MAX3(V1[2],V2[2],V3[2]);
254 const btVector3 & V3,
257 m_min[0] = BT_MIN3(V1[0],V2[0],V3[0]);
258 m_min[1] = BT_MIN3(V1[1],V2[1],V3[1])
    [all...]
gim_box_collision.h 209 const btVector3 & V3)
211 m_min[0] = GIM_MIN3(V1[0],V2[0],V3[0]);
212 m_min[1] = GIM_MIN3(V1[1],V2[1],V3[1]);
213 m_min[2] = GIM_MIN3(V1[2],V2[2],V3[2]);
215 m_max[0] = GIM_MAX3(V1[0],V2[0],V3[0]);
216 m_max[1] = GIM_MAX3(V1[1],V2[1],V3[1]);
217 m_max[2] = GIM_MAX3(V1[2],V2[2],V3[2]);
222 const btVector3 & V3,
225 m_min[0] = GIM_MIN3(V1[0],V2[0],V3[0]);
226 m_min[1] = GIM_MIN3(V1[1],V2[1],V3[1])
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/renderers/
IsometricStaggeredTiledMapRenderer.java 107 vertices[V3] = v2;
126 vertices[V1] = vertices[V3];
127 vertices[V3] = temp;
138 vertices[V2] = vertices[V3];
139 vertices[V3] = vertices[V4];
157 vertices[V1] = vertices[V3];
158 vertices[V3] = tempV;
167 vertices[V4] = vertices[V3];
168 vertices[V3] = vertices[V2];
OrthogonalTiledMapRenderer.java 29 import static com.badlogic.gdx.graphics.g2d.Batch.V3;
130 vertices[V3] = v2;
148 vertices[V1] = vertices[V3];
149 vertices[V3] = temp;
159 vertices[V2] = vertices[V3];
160 vertices[V3] = vertices[V4];
178 vertices[V1] = vertices[V3];
179 vertices[V3] = tempV;
188 vertices[V4] = vertices[V3];
189 vertices[V3] = vertices[V2]
    [all...]
IsometricTiledMapRenderer.java 153 vertices[V3] = v2;
171 vertices[V1] = vertices[V3];
172 vertices[V3] = temp;
182 vertices[V2] = vertices[V3];
183 vertices[V3] = vertices[V4];
201 vertices[V1] = vertices[V3];
202 vertices[V3] = tempV;
211 vertices[V4] = vertices[V3];
212 vertices[V3] = vertices[V2];
OrthoCachedTiledMapRenderer.java 276 vertices[V3] = v2;
294 vertices[V1] = vertices[V3];
295 vertices[V3] = temp;
305 vertices[V2] = vertices[V3];
306 vertices[V3] = vertices[V4];
324 vertices[V1] = vertices[V3];
325 vertices[V3] = tempV;
334 vertices[V4] = vertices[V3];
335 vertices[V3] = vertices[V2];
391 vertices[V3] = v2
    [all...]
HexagonalTiledMapRenderer.java 207 vertices[V3] = v2;
225 vertices[V1] = vertices[V3];
226 vertices[V3] = temp;
239 vertices[V1] = vertices[V3];
240 vertices[V3] = tempV;
  /external/eigen/test/eigen2/
eigen2_smallvectors.cpp 15 typedef Matrix<Scalar, 3, 1> V3;
22 V3 v3(x1, x2, x3);
25 VERIFY_IS_APPROX(x1, v3.x());
28 VERIFY_IS_APPROX(x2, v3.y());
30 VERIFY_IS_APPROX(x3, v3.z());
  /external/clang/test/CodeGen/
sse41-builtins.c 27 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) {
30 return _mm_blendv_epi8(V1, V2, V3);
33 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) {
36 return _mm_blendv_pd(V1, V2, V3);
39 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) {
42 return _mm_blendv_ps(V1, V2, V3);
  /external/clang/test/Layout/
ms-x86-aligned-tail-padding.cpp 36 struct V3 {
38 V3() : a(0xf0000022) {}
280 struct G : virtual V2, virtual V3 {
294 // CHECK-NEXT: 24 | struct V3 (virtual base)
307 // CHECK-X64-NEXT: 32 | struct V3 (virtual base)
  /external/clang/test/Parser/
recovery.cpp 145 static const int V3 = 3; // expected-note {{declared here}}
159 case C1::V3:: break; // expected-error{{'V3' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateVersion.java 54 public static final int V3 = 2;
102 if (version == V1 || version == V2 || version == V3)
  /external/llvm/unittests/Support/
AlignOfTest.cpp 64 struct V3 : V1 {
65 ~V3() override;
70 struct V5 : V4, V3 { double z;
85 V3::~V3() {}
131 [AlignOf<V3>::Alignment > 0]
171 EXPECT_LE(alignOf<V1>(), alignOf<V3>());
249 EXPECT_EQ(alignOf<V3>(), alignOf<AlignedCharArrayUnion<V3> >());
314 EXPECT_EQ(sizeof(V3), sizeof(AlignedCharArrayUnion<V3>))
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btAABB.java 83 public btAABB(Vector3 V1, Vector3 V2, Vector3 V3) {
84 this(CollisionJNI.new_btAABB__SWIG_1(V1, V2, V3), true);
87 public btAABB(Vector3 V1, Vector3 V2, Vector3 V3, float margin) {
88 this(CollisionJNI.new_btAABB__SWIG_2(V1, V2, V3, margin), true);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
Sprite.java 359 vertices[V4] = vertices[V3];
360 vertices[V3] = vertices[V2];
371 vertices[V2] = vertices[V3];
372 vertices[V3] = vertices[V4];
588 vertices[V3] = v;
603 vertices[V3] = v;
649 vertices[V1] = vertices[V3];
650 vertices[V3] = temp;
676 vertices[V3] = v;
Batch.java 238 static public final int V3 = 14;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 49 constexpr enum E3 { V3 } e3 = V3;
  /cts/suite/audio_quality/test/
TaskCaseTest.cpp 83 const android::String8 V3("v3");
88 ASSERT_TRUE(mTaskCase->registerValue(V3, val3));
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 189 __declspec(property(get=GetV, put=SetV_NotExist)) int V3;
201 sp.V3 = 14; // expected-error{{no member named 'SetV_NotExist' in 'StructWithProperty'}} expected-error{{cannot find suitable setter for property 'V3'}}

Completed in 1114 milliseconds

1 2 3 4