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;
  /ndk/sources/host-tools/nawk-20071023/
tran.c 365 double dtemp; local
376 if (modf(vp->fval, &dtemp) == 0) /* it's integral */
  /external/chromium_org/base/files/
file_util_posix.cc 536 char* dtemp = mkdtemp(buffer); local
537 if (!dtemp) {
541 *new_dir = FilePath(dtemp);
  /external/jpeg/
transupp.c 645 JDIMENSION dtemp; local
649 dtemp = dstinfo->image_width;
651 dstinfo->image_height = dtemp;
  /external/qemu/distrib/jpeg-6b/
transupp.c 645 JDIMENSION dtemp; local
649 dtemp = dstinfo->image_width;
651 dstinfo->image_height = dtemp;

Completed in 110 milliseconds