HomeSort by relevance Sort by last modified time
    Searched refs:dtemp (Results 1 - 7 of 7) sorted by null

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_random.h 59 double dtemp; local
61 dtemp=db_QuickRandomDouble(r)*(max+1);
62 itemp=(int) dtemp;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_random.h 59 double dtemp; local
61 dtemp=db_QuickRandomDouble(r)*(max+1);
62 itemp=(int) dtemp;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_random.h 59 double dtemp; local
61 dtemp=db_QuickRandomDouble(r)*(max+1);
62 itemp=(int) dtemp;
  /external/toybox/toys/posix/
xargs.c 109 struct double_list *dlist = NULL, *dtemp; local
166 for (dtemp = dlist; dtemp; dtemp = dtemp->next)
167 handle_entries(dtemp->data, out+entries);
180 struct double_list *dtemp = dlist->next; local
184 dlist = dtemp;
  /external/eigen/blas/f2c/
drotmg.c 39 doublereal dflag, dtemp; local
152 dtemp = *dd2 / du;
154 *dd1 = dtemp;
  /ndk/sources/host-tools/nawk-20071023/
tran.c 365 double dtemp; local
376 if (modf(vp->fval, &dtemp) == 0) /* it's integral */
  /external/jpeg/
transupp.c 645 JDIMENSION dtemp; local
649 dtemp = dstinfo->image_width;
651 dstinfo->image_height = dtemp;

Completed in 517 milliseconds