HomeSort by relevance Sort by last modified time
    Searched refs:dtemp (Results 1 - 3 of 3) 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;
  /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;

Completed in 318 milliseconds