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

  /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/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...]
  /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 551 milliseconds