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

  /external/eigen/test/eigen2/
eigen2_geometry.cpp 237 Vector2 v21 = Vector2::Random(); local
239 if (ei_abs(v21[k])<Scalar(1e-3)) v21[k] = Scalar(1e-3);
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 239 Vector2 v21 = Vector2::Random(); local
241 if (ei_abs(v21[k])<Scalar(1e-3)) v21[k] = Scalar(1e-3);
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 237 Vector2 v21 = Vector2::Random(); local
239 if (abs(v21[k])<Scalar(1e-3)) v21[k] = Scalar(1e-3);
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.cwiseInverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );
  /external/chromium_org/ui/views/
view_unittest.cc 738 View* v21 = new View; local
740 vs->StoreView(s21, v21);
741 v2->AddChildView(v21);
745 v21->AddChildView(v211);
750 v21->RemoveChildView(v211);
1423 TestView* v21 = new TestView; local
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 20 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
51 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
94 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
128 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
165 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 20 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
51 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
94 register int v21=OFF+21,v22=OFF+22,v23=OFF+23,v24=OFF+24,v25=OFF+25,v26=OFF+26,v27=OFF+27,v28=OFF+28,v29=OFF+29,v30=OFF+30; local
128 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;
165 sum +=v21+v22+v23+v24+v25+v26+v27+v28+v29+v30;

Completed in 294 milliseconds