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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btRaycastCallback.cpp 46 btVector3 v20; v20 = vert2 - vert0 ; local
48 btVector3 triangleNormal; triangleNormal = v10.cross( v20 );
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 236 Vector2 v20 = Vector2::Random(); local
242 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(),
243 t21.pretranslate(v20).scale(v21).matrix());
247 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
248 * (t21.prescale(v21.cwise().inverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );
eigen2_geometry_with_eigen2_prefix.cpp 238 Vector2 v20 = Vector2::Random(); local
244 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(),
245 t21.pretranslate(v20).scale(v21).matrix());
249 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
250 * (t21.prescale(v21.cwise().inverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix3.java 91 float v20 = val[M20] * m.val[M00] + val[M21] * m.val[M10] + val[M22] * m.val[M20]; local
97 val[M20] = v20;
126 float v20 = m.val[M20] * val[M00] + m.val[M21] * val[M10] + m.val[M22] * val[M20]; local
132 val[M20] = v20;
579 float v20 = val[M02]; local
585 val[M20] = v20;
606 float v20 = mata[M20] * matb[M00] + mata[M21] * matb[M10] + mata[M22] * matb[M20]; local
612 mata[M20] = v20;
  /external/eigen/test/
geo_transformations.cpp 251 Vector2 v20 = Vector2::Random(); local
257 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(),
258 t21.pretranslate(v20).scale(v21).matrix());
262 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21)
263 * (t21.prescale(v21.cwiseInverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );
414 t20 = Translation2(v20) * (Rotation2D<Scalar>(s0) * Eigen::Scaling(s0));
415 t21 = Translation2(v20) * Rotation2D<Scalar>(s0) * Eigen::Scaling(s0);
419 t20 = Translation2(v20) * (R0 * Eigen::Scaling(s0));
420 t21 = Translation2(v20) * R0 * Eigen::Scaling(s0);
423 t20 = Translation2(v20) * (R0 * R0.inverse() * Eigen::Scaling(s0))
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 85 #define v20 20 macro
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 281 int v20 = add_middle_point(v2, v0); local
283 faces.emplace_back(Mesh::Face{ v0, v01, v20 });
285 faces.emplace_back(Mesh::Face{ v2, v20, v12 });
286 faces.emplace_back(Mesh::Face{ v01, v12, v20 });
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 19 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
50 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
93 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
127 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
164 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 19 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
50 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
93 register int v11=OFF+11,v12=OFF+12,v13=OFF+13,v14=OFF+14,v15=OFF+15,v16=OFF+16,v17=OFF+17,v18=OFF+18,v19=OFF+19,v20=OFF+20; local
127 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;
164 sum +=v11+v12+v13+v14+v15+v16+v17+v18+v19+v20;

Completed in 291 milliseconds