HomeSort by relevance Sort by last modified time
    Searched defs:v21 (Results 1 - 8 of 8) 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/libgdx/gdx/src/com/badlogic/gdx/math/
Matrix3.java 92 float v21 = val[M20] * m.val[M01] + val[M21] * m.val[M11] + val[M22] * m.val[M21]; local
100 val[M21] = v21;
127 float v21 = m.val[M20] * val[M01] + m.val[M21] * val[M11] + m.val[M22] * val[M21]; local
135 val[M21] = v21;
580 float v21 = val[M12]; local
586 val[M21] = v21;
607 float v21 = mata[M20] * matb[M01] + mata[M21] * matb[M11] + mata[M22] * matb[M21]; local
615 mata[M21] = v21;
  /external/eigen/test/
geo_transformations.cpp 252 Vector2 v21 = Vector2::Random(); local
254 if (abs(v21[k])<Scalar(1e-3)) v21[k] = Scalar(1e-3);
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>()) );
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 86 #define v21 21 macro
  /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;
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 

Completed in 1228 milliseconds