/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 | 250 Vector2 v21 = Vector2::Random(); local 252 if (internal::abs(v21[k])<Scalar(1e-3)) v21[k] = Scalar(1e-3); 255 VERIFY_IS_APPROX(t20.fromPositionOrientationScale(v20,a,v21).matrix(), 256 t21.pretranslate(v20).scale(v21).matrix()); 260 VERIFY( (t20.fromPositionOrientationScale(v20,a,v21) 261 * (t21.prescale(v21.cwiseInverse()).translate(-v20))).matrix().isIdentity(test_precision<Scalar>()) );
|
/external/chromium_org/ui/views/ |
view_unittest.cc | 886 View* v21 = new View; local 888 vs->StoreView(s21, v21); 889 v2->AddChildView(v21); 893 v21->AddChildView(v211); 898 v21->RemoveChildView(v211); 1414 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;
|