HomeSort by relevance Sort by last modified time
    Searched refs:ideal (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ErrorCalculator.java 75 public float calcErrorRS(Bitmap ideal, Bitmap given) {
80 mIdealPixelsAllocation = Allocation.createFromBitmap(mRS, ideal,
120 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) {
121 mIdealPixelsAllocation = Allocation.createFromBitmap(mRS, ideal,
135 public static float calcError(Bitmap ideal, Bitmap given) {
141 for (int x = 0; x < ideal.getWidth(); x += REGION_SIZE) {
142 for (int y = 0; y < ideal.getWidth(); y += REGION_SIZE) {
143 if (inspectRegion(ideal, x, y)) {
156 for (int x = 0; x < ideal.getWidth(); x++) {
157 for (int y = 0; y < ideal.getHeight(); y++)
    [all...]
  /build/core/combo/arch/arm/
armv5te.mk 5 # Note: Hard coding the 'tune' value here is probably not ideal,
armv7-a.mk 7 # Note: Hard coding the 'tune' value here is probably not ideal,
  /external/quake/quake/src/QW/client/
cl_cam.c 395 static float adjustang(float current, float ideal, float speed)
400 ideal = anglemod(ideal);
402 if (current == ideal)
405 move = ideal - current;
406 if (ideal > current)
427 //Con_Printf("c/i: %4.2f/%4.2f move: %4.2f\n", current, ideal, move);
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 1415 float ideal, current, move, speed; local
1419 ideal = ent->u.v.ideal_yaw;
1422 if (current == ideal)
1424 move = ideal - current;
1425 if (ideal > current)
1458 float ideal, current, move, speed; local
1462 ideal = ent->u.v.idealpitch;
1465 if (current == ideal)
1467 move = ideal - current;
1468 if (ideal > current
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 1253 float ideal, current, move, speed; local
1257 ideal = ent->v.ideal_yaw;
1260 if (current == ideal)
1262 move = ideal - current;
1263 if (ideal > current)
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 579 * ideal-delta..ideal+delta. Each argument is evaluated twice.
580 * "ideal" and "delta" should be constants, normally simple
583 #define PNG_OUT_OF_RANGE(value, ideal, delta) \
584 ( (value) < (ideal)-(delta) || (value) > (ideal)+(delta) )
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 207 ; pmaddubsw would be ideal if it took two unsigned values. instead,
  /system/extras/tests/bionic/libc/
Android.mk 262 # This is ideal to quantify pthread optimizations.
  /external/dropbear/libtommath/
bn.tex 407 When you are finished with an mp\_int it is ideal to return the heap it used back to the system. The following function
441 Certain algorithms require more than one large integer. In these instances it is ideal to initialize all of the mp\_int
558 will require heap operations which can be slow. It is not ideal to shrink mp\_int variables that you will further
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h     [all...]
  /prebuilts/devtools/tools/lib/
draw9patch.jar 
  /external/libpng/
png.h     [all...]
  /external/icu4c/i18n/
decNumber.c 2837 Int ideal; \/* ideal (preferred) exponent *\/ local
    [all...]
  /external/ceres-solver/docs/
solving.tex 349 The computational cost of using a preconditioner $M$ is the cost of computing $M$ and evaluating the product $M^{-1}y$ for arbitrary vectors $y$. Thus, there are two competing factors to consider: How much of $H$'s structure is captured by $M$ so that the condition number $\kappa(HM^{-1})$ is low, and the computational cost of constructing and using $M$. The ideal preconditioner would be one for which $\kappa(M^{-1}A) =1$. $M=A$ achieves this, but it is not a practical choice, as applying this preconditioner would require solving a linear system equivalent to the unpreconditioned problem. It is usually the case that the more information $M$ has about $H$, the more expensive it is use. For example, Incomplete Cholesky factorization based preconditioners have much better convergence behavior than the Jacobi preconditioner, but are also much more expensive.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/grub/docs/
texinfo.tex 539 % The general wording of \badenverr may not be ideal, but... --kasal, 06nov03
    [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/bison/build-aux/
texinfo.tex 571 % The general wording of \badenverr may not be ideal.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 592 % The general wording of \badenverr may not be ideal, but... --kasal, 06nov03
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 567 milliseconds

1 2