/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 191 mult2=mult*mult; 192 xh_mult2=xh*mult2; 193 yh_mult2=yh*mult2; 258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 282 mult2=mult*mult; 283 xh_mult2=xh*mult2; 284 yh_mult2=yh*mult2;
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_metrics.h | 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 191 mult2=mult*mult; 192 xh_mult2=xh*mult2; 193 yh_mult2=yh*mult2; 258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 282 mult2=mult*mult; 283 xh_mult2=xh*mult2; 284 yh_mult2=yh*mult2;
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 168 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 191 mult2=mult*mult; 192 xh_mult2=xh*mult2; 193 yh_mult2=yh*mult2; 258 double xh,yh,zh,mult,mult2,xh_mult2,yh_mult2; local 282 mult2=mult*mult; 283 xh_mult2=xh*mult2; 284 yh_mult2=yh*mult2;
|
/external/jmonkeyengine/engine/src/test/jme3test/batching/ |
TestBatchNodeCluster.java | 322 float mult2 = 1.0f; local 325 mult2 = 1.0f; 328 mult2 = 1.0f; 331 mult2 = -1.0f; 334 mult2 = -1.0f; 339 box.setLocalTranslation(v.x + FastMath.sin(time * mult1) * 20, v.y + (FastMath.sin(time * mult1) * FastMath.cos(time * mult1) * 20), v.z + FastMath.cos(time * mult2) * 20);
|
/external/opencv/cvaux/src/ |
decomppoly.cpp | 75 int mult, mult1, mult2; 88 mult2 = vec2_x * vec0_y - vec0_x * vec2_y; 93 if( mult2 == 0 ) { 96 if( mult1 > 0 && mult2 < 0 ) { 99 if( mult1 < 0 && mult2 > 0 ) { 128 if( mult2 > 0 ) {
|
/external/qemu/android/skin/ |
argb.h | 58 mmx_t mult, mult2, t1, t2, r1, r2; local 64 mult2 = _mm_slli_si64( mult, 32 ); // mult2 = [ a | 1-a | 0 | 0 ] 65 mult = _mm_or_si64( mult, mult2 ); // mults = [ a | 1-a | a | 1-a ]
|